semantic-ui-css-offline
v1.0.5-2.4.2
Published
sementic ui css offline
Downloads
1,198
Readme
semantic-ui-css-offline
Semantic-UI Version 2.4.2
semantic-ui-css-offline package provides Semantic UI CSS style sheet and static files, like fonts and icons. It uses gulp to download and build the newest version of CSS. Additionally modifies build settings of Semantic UI to turn off google fonts and adds a newer version of Loto font, to support offline usage and better unicode character support.
It was created to use with "Semantic UI React" inside "create-react-app". It should work with any configuration if your module bundler have proper support.
install latest
npm install --save semantic-ui-css-offline
install a specific version
npm install --save [email protected] #2.4.2
npm install --save [email protected] #2.4.1
npm install --save [email protected] #2.3.3
npm install --save [email protected] #2.3.2
usage in module bundler (Like Webpack)
At the top level of your project
import 'semantic-ui-css-offline'
Do you want newer version of Semantic-UI?
- clone repo
- run
npm install gulp -g
- run
npm install
- run
gulp
- Use foulders
fonts
themes
and filesemantic.min.css
for your project.
License
MIT