Skip to content

Commit aa32072

Browse files
updated package.json
1 parent acbd6ae commit aa32072

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "Punica-CSS-Framework",
33
"description": "Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS with multi-theme support.",
4-
"version": "2.6.1",
4+
"version": "2.8.0",
55
"homepage": "http://www.punicacss.com/",
66
"author": "CodeForms (https://github.com/codeforms)",
77
"license": "MIT",
88
"keywords": [
99
"css", "framework", "sass", "responsive", "customizable", "multi-theme"
1010
],
1111
"scripts": {
12-
"prod": "node-sass src/punica.scss dist/punica.min.css --output-style compressed",
12+
"prod": "sass src/punica.scss dist/punica.min.css --style compressed",
13+
"unminify": "sass src/punica.scss dist/punica.min.css",
1314
"watch": "npm run prod -- -w"
1415
},
1516
"dependencies": {
16-
"node-sass": "^7.0.1"
17+
"dart-sass": "^1.25.0"
1718
}
1819
}

0 commit comments

Comments
 (0)