defunctzombie / npm-css

Require css from npm
MIT License
128 stars 8 forks source link

Allow for more require node-like @imports #17

Closed kentcdodds closed 7 years ago

kentcdodds commented 9 years ago

Just like I say:

var Ladda = require('ladda/js/ladda');

I want to say:

@import('ladda/dist/ladda.min.css');

Because some repos have multiple versions of their css and I want to pick and choose which I use (so they can't specify it in the style property).

Raynos commented 9 years ago

This should work ...