Fix fomantic
This commit is contained in:
parent
405eed0c0f
commit
c56627bfcf
5 changed files with 43 additions and 62 deletions
|
|
@ -8,3 +8,5 @@ echo 'Removing google font…'
|
|||
sed -i '/@import url(/d' node_modules/fomantic-ui-css/components/site.css
|
||||
echo "Replacing hardcoded values by CSS vars…"
|
||||
scripts/fix-fomantic-css.py node_modules/fomantic-ui-css node_modules/fomantic-ui-css/tweaked
|
||||
echo 'Fixing jQuery import…'
|
||||
sed -i '1s/^/import jQuery from "jquery"\n/' `find node_modules/fomantic-ui-css/ -name '*.js'`
|
||||
Loading…
Add table
Add a link
Reference in a new issue