Skip to content

Commit

Permalink
Fixed sass args
Browse files Browse the repository at this point in the history
  • Loading branch information
CHERTS committed Dec 2, 2021
1 parent 0a67f9f commit ad2603b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,19 @@ gettext:
ui/locale/make_mo.sh

css_theme_blue:
sass --no-cache --sourcemap=none sass/stylesheets/sass/screen.scss ui/assets/styles/blue-theme.css
sass --no-source-map sass/stylesheets/sass/screen.scss ui/assets/styles/blue-theme.css
cp ui/assets/styles/blue-theme.css sass/stylesheets/screen.css

css_theme_dark:
sass --no-cache --sourcemap=none sass/stylesheets/sass/dark-theme.scss ui/assets/styles/dark-theme.css
sass --no-source-map sass/stylesheets/sass/dark-theme.scss ui/assets/styles/dark-theme.css
cp ui/assets/styles/dark-theme.css sass/stylesheets/dark-theme.css

css_hc_light:
sass --no-cache --sourcemap=none sass/stylesheets/sass/hc-light.scss ui/assets/styles/hc-light.css
sass --no-source-map sass/stylesheets/sass/hc-light.scss ui/assets/styles/hc-light.css
cp ui/assets/styles/hc-light.css sass/stylesheets/hc-light.css

css_hc_dark:
sass --no-cache --sourcemap=none sass/stylesheets/sass/hc-dark.scss ui/assets/styles/hc-dark.css
sass --no-source-map sass/stylesheets/sass/hc-dark.scss ui/assets/styles/hc-dark.css
cp ui/assets/styles/hc-dark.css sass/stylesheets/hc-dark.css

css_icons:
Expand Down

0 comments on commit ad2603b

Please sign in to comment.