Let’s say I’ve identified a block using the CUBE methodology, and that block has both critical and non-critical styles. And let’s also say I’m building a new site based loosely on eleventy-from-scratch
. Is there a structure you’d recommend for organizing that block’s Sass?
For example, instead of:
scss
└ blocks
└ _my-block.scss
…would you do something like?:
scss
└ blocks
└ _my-block
├ _critical.scss
└ _non-critical.scss