nitro-bio / nitro-ui

https://storybook.nitro.bio/
MIT License
17 stars 3 forks source link

Fix import of the nitro stylesheet #72

Closed rmcl closed 3 weeks ago

rmcl commented 1 month ago

Right now to use the nitro.ui stylesheet I have to reference the node_modules folder:

import "../../../node_modules/@ninjha01/nitro-ui/dist/style.css";

but I want to be able to do something like:

import "@ninjha01/nitro-ui/dist/nitro.css";

I think this can be fixed by adding a "styles" property to package.json?