Wolfr
Wolfr
I looked into why `config` was loaded in those files and there's no good reason anymore, so I brought back your change and got to remove some unneeded code. So...
Is this still relevant? @thomastuts
What we want is to create custom layouts for style guides. This means the current logic is not good enough. The file tree and style guide looks the same for...
It is possible now to do your own layouts but it's not documented well. Basically you can take `styleguide/index.pug`, `styleguide/doc.pug` and `styleguidecomponent-group.pug` and bring those to `/content`. Bedrock will then...
On a recent big project I missed linting a bit. I still want this to work in Bedrock at some point.
Since we don't use mixins for the loop anymore, maybe it will be easier to fix this.
I've never linted code so far but keeping this open in reference to #49
So when you would use postcss, it is actually not possible to delete the `scss` folder entirely. You need to keep `_br-variables-override.scss` because the core folder depends on it. This...
Reading this idea a few months later it sounds a bit fragile, but co-location of code would still be nice, and would alllow you to work in Bedrock in a...
Reading this again it sounds like it could make Bedrock slower if we are not careful. One other implementation strategy might be to put the mixin in a specific format...