vigour-io / postcssify

Browserify transform for postcss
ISC License
4 stars 1 forks source link

Support `@import relative.css;` #17

Open shawninder opened 8 years ago

shawninder commented 8 years ago

Currently you need to do @import ./relative.css; since imports are converted to requires.

shawninder commented 8 years ago

If this can't be fixed, it should at least be very well documented and made obvious even to first-time visitors