bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Bedrock is a static site generator to create large-scale HTML prototypes and document design systems

Results 56 bedrock issues
Sort by recently updated
recently updated
newest added

It would be nice if it's possible to add subcategories to organise the Components list so it's easier to group related components. This is useful when a specific set of...

important

Makes the difference between SVG icons and Icon font feature more clear to explain. This config change will need to be reflected on the website. Currently the icon font functionality...

> β€œIn the content area you will find two folders: postcss and sccs. The one you will use depends on your preference in your configuration. It should be safe to...

good-first-issue

I've started implementing Bedrock2-React. If anybody wants to help, head over to https://github.com/usebedrock/bedrock2-nextjs-tailwind .

project-info

Visit the Bedrock blog at https://bedrockapp.org/blog/ to read up on the newest. Find us on Twitter 🐦 ! We tweet updates https://twitter.com/usebedrock .

project-info

Currently there is no standardized cache breaking mechanism for CSS and JS. Clients can visit a deploy of Bedrock and see and old version of the CSS. Can we put...

opinions-wanted

We could provide an option if you want to see sourcemaps from the CSS or not. ```js css: { sourcemaps: false } ``` There should probably be a split between...

opinions-wanted

So... what if we had real i8n support? If you use the following code in a template you'll get all entries in the `pages` object back, powered by [directory-tree](https://www.npmjs.com/package/directory-tree). ```...

Now that we have CSS and JS minification, we could implement HTML minification as well.

Any component prefixed with `_` should be ignored in component list in styleguide. For example, if you make a component with `_mixin.pug` to then expose the mixin state to different...