aleclarson / cara

UNMAINTAINED - see https://github.com/aleclarson/cush
MIT License
0 stars 0 forks source link

Support CSS plugins for all packages #14

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

Currently, only the entry package can use CSS plugins like Sass or PostCSS. We'll need to apply plugins from the bottom-up, where packages without dependencies are processed first. We may need a solution for packages that provide Sass variables to their parent packages (is that a popular thing to do?).