Skip to content

Commit

Permalink
Renamed compile_sass function to compile_bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeTheDev committed Jan 8, 2024
1 parent c4a9616 commit 4b94150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_styles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
exit 1
fi

compile_sass () {
compile_bootstrap () {
echo "Compiling bootstrap SASS..."
yarn sass ${PROJECT_ROOT}src/scss/themed-bootstrap.scss ${PROJECT_ROOT}src/shared/themed-bootstrap.css
if [ $? -ne 0 ];
Expand Down

0 comments on commit 4b94150

Please sign in to comment.