Feature - Split the colour.scss file that is in the dist
Closed this issue · 0 comments
mmexvr commented
What is your feature request?
A clear and concise description of what the feature is. Ex. I'm always frustrated when [...]
In the color package, we have a few scss files, when the package gets complied we merged it to one bigger file in the dist that we publish as an npm package. We should add the option of providing both the big scss file and all the other onces also.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Copy all the SCSS file into the dist folder
in the complie.js file we merge the src files into one "_colour.scss" under dist
so under dist/ folder we provide the same file that is the src, making it easier for imports