From 24f310f26bb49f6bfcb09e9b91def5afd191575f Mon Sep 17 00:00:00 2001 From: DuCanhGH <75556609+DuCanhGH@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:00:49 +0700 Subject: [PATCH] add autoprefixer --- make_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_style.sh b/make_style.sh index 8fc67119f..764298298 100755 --- a/make_style.sh +++ b/make_style.sh @@ -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..."