mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #3737
This commit is contained in:
parent
7aec58ae38
commit
7786dd0026
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…
Reference in New Issue
Block a user