holidaypirates / nucleus

Nucleus is a living style guide generator for atomic css based components. It's a Node application parsing the source SCSS files and reading information from DocBlock annotations.
https://holidaypirates.github.io/nucleus/
MIT License
475 stars 43 forks source link

[styles] Normalize Vendor Import Paths #55

Open greaterweb opened 7 years ago

greaterweb commented 7 years ago

Within the shared stylesheet assets, vendor imports would benefit from being normalized:

The only reason I encountered issues was due to the fact I was trying to customize/extend the stylesheets and import them into my local project. It required a bit of configuration to the node-sass includePath to get it working correctly.

Should be a relatively easy fix, as with my other ticket I'll try to submit a PR if time permits this week.