@huseyinkozan/fomantic-ui-css-offline
v2.8.8
Published
CSS only and offline distribution of Fomantic UI.
Downloads
1
Readme
Fomantic UI CSS Offline
This repository is a fork of fomantic-ui-css as an offline version.
Inspired from arthurlacoste/semantic-ui-offline.
Instead using a local copy of Lato
font, removes references to it.
Install
npm install fomantic-ui-css-offline --save
Update Fomantic UI
Check list;
- Get versions from https://github.com/fomantic/Fomantic-UI-CSS/blob/master/package.json.
- Package version
- JQuery version string
- Set package.json version.
- Sync JQuery version string.
- Run below commands;
npm install node make-dist.js
- Check CSS files in
dist/
dir which should not contains any import statement.
TODO
- Download and replace or delete or find any other solution for emoji lines like;
em[data-emoji="interrobang"]:before { background-image: url("https://twemoji.maxcdn.com/v/latest/svg/2049.svg"); }