fomantic / Fomantic-UI-SASS

Fomantic UI, converted to SASS and ready to drop into Rails & Compass.
https://fomantic-ui.com
MIT License
53 stars 13 forks source link

can we have npm version? #5

Open RazgrizHsu opened 4 years ago

RazgrizHsu commented 4 years ago

I love Fomantic-UI-SASS, But it doesn't seem to have official support for npm users, I would like to ask if there are plans to support npm? Thank you

cmoeke commented 3 years ago

IMHO the best would be if the npm version would only contain the app/assets folder. Because the most Node.js developers don't need the rails files.

shanecav84 commented 3 years ago

It might be worthwhile to release an npm package that does what @cmoeke suggests. Will have to look into it.

forivall commented 3 years ago

@justkey007 published an older version to https://npm.im/fomantic-ui-sass via https://github.com/justkey007/fomantic-ui-sass - you might need to get the npm publish access from them, or just publish to fomantic-ui-scss instead

robclancy commented 3 years ago

FYI you can hack around this using https://gitpkg.vercel.app.

My final command yarn add -D 'https://gitpkg.now.sh/fomantic/Fomantic-UI-SASS/app/assets?v2.8.7'.

EDIT: turns out this isn't really a sass version and is a compiled version separated into sass files.

forivall commented 3 years ago

EDIT: turns out this isn't really a sass version and is a compiled version separated into sass files.

yeah, i realized that only after i made the fork 😢