mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #3737
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user