mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
refactor: rename sass
folder to scss
This commit is contained in:
parent
ede8cef959
commit
f30d3252a7
105 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Script to copy Bootstrap files into project after running `npm install` to download Bootstrap.
|
||||
|
||||
ASSETS_JS_DIR="assets/js/vendor/"
|
||||
ASSETS_SCSS_DIR="assets/sass/vendor/"
|
||||
ASSETS_SCSS_DIR="assets/scss/vendor/"
|
||||
|
||||
mkdir -p $ASSETS_SCSS_DIR/bootstrap/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue