I'm trying to import a CSS file into another CSS file, but no matter how I define the path the file won't load, any suggestions to why?

The @import rule needs to be the first rules in your file. Put your imports at the start of the file and it works.
Your @imports must come before all other content in your CSS. And I mean all of your content. Even putting comments before the @import tag will cause your imports to fail. So be sure to do your imports before you do anything else.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With