ConnorAtherton / loaders.css

Delightful, performance-focused pure css loading animations.
https://connoratherton.com/loaders
10.22k stars 1.22k forks source link

Add `style` field to package.json #60

Closed kvnneff closed 8 years ago

kvnneff commented 8 years ago

The style field helps other utilities such as PostCSS locate the entry point for your module, so I can do things like @import 'loaders.css'; in my own css and PostCSS will pull this module into my build.

The main field was pointing to a non-existant file so I've updated that as well.

ConnorAtherton commented 8 years ago

Hey Kevin - thanks for this :+1: Great catch for the main field