bedrock
bedrock copied to clipboard
Bedrock is a static site generator to create large-scale HTML prototypes and document design systems
In the root of a Bedrock project you can find `clean-up.sh`. It contains a list of files that are safe to delete and that are currently only there to test...
It is currently not possible to combine `postcss` as an `css` compiler together with generating an icon font. ``` css: { compiler: 'scss', minify: false, purge: false }, ``` ```...
As reported in https://github.com/smartcoop/design/issues/36 > In the main menu (the one accessible with the `ctrl-m` shortcut), the active page is highlighted. If the page is `page-index`, it highlights both `page-index`...
Feature request to be able to request component via cuRL. E.g. curl -O http://projectname.company.com/styleguide/components/c-contact-card/c-contact-card-1.html Resulting output: ``` PB Pagac Buildings Construction Residences Durable ```
I wanted to document the idea around hiding the core folder publicly. This was an idea from @thomastuts . * Hiding the core folder for the end user * The...
We need to update icon-font-generator to fantasticon and keep the same functionality. Current package used: https://www.npmjs.com/package/icon-font-generator New package: https://github.com/tancredi/fantasticon
- See [Semantic Releases](https://semantic-release.gitbook.io/semantic-release/) - See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#summary)
The Copy code button should be implemented dynamically for every (Codemirror) code block, so it appears even when you put code in the documentation pages (not component pages).
I want to propose a change to make Bedrock easier for newcomers. - Document project colors in JSON - Render them out to SCSS using a gulp task (the filename...
See thread at https://github.com/mono-company/bedrock/pull/134