Hi,
I'm creating pure css packages (superfly-css). The workflow I'm using looks like this:
- Create new public github repository
- Clone the repository
- Run npm init
- Add the style attribute to package.json
- Publish to NPM
If postcss-import read the main attribute for the css file that the package publishes, it would allow me to skip step 4. Right now the main attribute duplicates the style attribute.
Thoughts?
TIA,
Ole