This commit is contained in:
Jeremy Thomas 2024-04-29 12:14:31 +01:00
parent 7aec58ae38
commit 7786dd0026
3 changed files with 4235 additions and 23730 deletions

3
docs/assets/css/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
debug.css
debug.css.map
website.css

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}