ejdelmonico8 years agoLevel 53ReplyReport Spam@gofish543 I do not believe that Laravel Mix allows css extraction with that method. Just JS or Vue. https://github.com/JeffreyWay/laravel-mix/blob/master/docs/extract.md You might have a look at this page for maybe separating out some css. https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md Like Reply 1 like
jakedowns4 years agoLevel 1ReplyReport Spamdang, that syntax was just what i was hoping for to target a single css import extraction, rather than having to consider the implications of extracting styles over all my components. tho, i guess i just need to address it :D Like Reply