Fix #3737
This commit is contained in:
parent
7aec58ae38
commit
7786dd0026
3 changed files with 4235 additions and 23730 deletions
3
docs/assets/css/.gitignore
vendored
Normal file
3
docs/assets/css/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
debug.css
|
||||
debug.css.map
|
||||
website.css
|
File diff suppressed because it is too large
Load diff
|
@ -4,9 +4,6 @@
|
|||
"main": "index.html",
|
||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"sass": "^1.71.1"
|
||||
},
|
||||
"scripts": {
|
||||
"custom-sass": "sass --style=expanded --load-path=.. --no-source-map _sass/examples/custom.scss assets/css/custom.css",
|
||||
"website-sass": "sass --style=expanded --load-path=.. --no-source-map website.scss assets/css/website.css",
|
||||
|
@ -16,6 +13,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@shopify/prettier-plugin-liquid": "^1.4.4",
|
||||
"prettier": "^3.2.4"
|
||||
"prettier": "^3.2.4",
|
||||
"sass": "^1.71.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue