I have a sass file that imports all my scss files, I also use bower for some extra stuff, I import these files too. The problem is, one component only has css files, how can I import them into my sass file?
I'm using gulp to compile.
I have a sass file that imports all my scss files, I also use bower for some extra stuff, I import these files too. The problem is, one component only has css files, how can I import them into my sass file?
I'm using gulp to compile.