mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-09 08:20:44 -07:00
Fix: SASS - build name
This commit is contained in:
parent
01417f9825
commit
410026174f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"license": "MPL 2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.css ./userContent.scss",
|
||||
"build": "sass src/userChrome.scss ./userChrome.css && sass src/userContent.scss ./userContent.css",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue