Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
de09bc14
Commit
de09bc14
authored
May 01, 2021
by
Ciaran Ainsworth
Browse files
Undo changes to shell script
parent
e3e844d1
Pipeline
#14221
passed with stages
in 5 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
front/scripts/fix-fomantic-css.sh
View file @
de09bc14
...
...
@@ -5,6 +5,6 @@ cd "$(dirname $0)/.." # change into base directory
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
.bak
'/@import url(/d'
node_modules/fomantic-ui-css/components/site.css
&&
rm
node_modules/fomantic-ui-css/components/site.css.bak
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment