Wolfr

Results 157 issues of Wolfr

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...

Expected usage for global mixins could be documented on the Bedrock website. ![image](https://user-images.githubusercontent.com/12690/110461665-062b8380-80d0-11eb-9416-0cf7e2f300a1.png) ![image](https://user-images.githubusercontent.com/12690/110461693-0fb4eb80-80d0-11eb-9f41-3e4ef729a98a.png)

documentation

If you create an _includes folder on a deeper level than the root, it should be hidden in the page tree. E.g. create an _includes to hide mixins code.

We recently discovered that the way the HTML width is changed when opening or closing the tree has an adverse effect on the positioning calculation of the popper JS library....