Open shawninder opened 8 years ago
Currently you need to do @import ./relative.css; since imports are converted to requires.
@import ./relative.css;
If this can't be fixed, it should at least be very well documented and made obvious even to first-time visitors
Currently you need to do
@import ./relative.css;
since imports are converted to requires.