kennethormandy / normalize-opentype.css

Adds OpenType features—ligatures, kerning, and more—to Normalize.css.
http://kennethormandy.com/journal/normalize-opentype-css
MIT License
791 stars 29 forks source link

Add `main` and `style` properties to `package.json` #30

Open mrksbnch opened 8 years ago

mrksbnch commented 8 years ago

This is helpful if you want to import npm packages (like this one) in CSS/SASS/Less without having to specify the full path to the node_modules folder (http://stackoverflow.com/questions/32037150/style-field-in-package-json).

The sass-module-importer and many other modules are also checking the package.json file for a main or style property.

revolunet commented 5 years ago

would be nice to merge this and npm republish please 🙏