defunctzombie / npm-css

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

@charset "UTF-8" throws error #16

Open joshua1 opened 10 years ago

joshua1 commented 10 years ago

Specifying @charset "UTF-8" in any stylesheet throws an error with npm-css. the error says : Cannot find module "UTF-8"

defunctzombie commented 10 years ago

You might want to try this module https://www.npmjs.org/package/rework-npm

I am not really maintaining this module actively at the moment but will take PRs to fix issues.