yankaindustries / mc-components

Components library and core styles for Masterclass
https://yankaindustries.github.io/mc-components
11 stars 3 forks source link

Look into how Boostrap/Bourbon/others simplify their SASS imports #126

Closed jstnjns closed 6 years ago

jstnjns commented 6 years ago

https://getbootstrap.com/docs/4.0/getting-started/webpack/ https://github.com/thoughtbot/bourbon#installing-with-npm-and-using-a-node-based-asset-pipeline

Notice they are not reaching into the node_modules directory to import. We should figure out how they did this and emulate it.

stephenp commented 6 years ago

Fixed in https://github.com/yankaindustries/mc-components/pull/130