Skip to content

Commit

Permalink
add autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Oct 2, 2023
1 parent 30926b9 commit 24f310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_style.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")" || exit

node scripts/check-package-installed.js postcss sass || exit
node scripts/check-package-installed.js postcss sass autoprefixer || exit

build_style() {
echo "Creating $1 style..."
Expand Down

0 comments on commit 24f310f

Please sign in to comment.