Skip to content
Snippets Groups Projects
Commit b6813013 authored by Bheesham Persaud's avatar Bheesham Persaud
Browse files

Add `-e` flag to `sed` command in fix-fomantic-css.sh.

parent 820b53c3
No related branches found
No related tags found
No related merge requests found
Pipeline #11345 passed
Add `-e` flag to `sed` command in fix-fomantic-css.sh. (!1163)
......@@ -3,6 +3,6 @@
find node_modules/fomantic-ui-css/components -name "*.min.css" -delete
mkdir -p node_modules/fomantic-ui-css/tweaked
echo 'Removing google font…'
sed -i '/@import url(/d' node_modules/fomantic-ui-css/components/site.css
sed -i -e '/@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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment