Commit ac7e2e57ef9ebc922eeba1a037dd020ea2112f6f

Authored by Evandro Junior
1 parent d7f3a844

Fix compile-theme.sh to use .sass

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
compile-theme.sh
1 1 #!/bin/bash
2   -sass --watch sass/style.scss:style.css
  2 +sass --watch sass/style.sass:style.css
... ...