mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #3729
This commit is contained in:
@@ -293,6 +293,13 @@
|
||||
"icon": "fab fa-sass",
|
||||
"path": "/documentation/customize/with-sass/"
|
||||
},
|
||||
"customize-with-modular-sass": {
|
||||
"name": "With Modular Sass",
|
||||
"subtitle": "Import <strong>only</strong> what you need and <strong>customize</strong> it",
|
||||
"color": "sass",
|
||||
"icon": "fas fa-cubes",
|
||||
"path": "/documentation/customize/with-modular-sass/"
|
||||
},
|
||||
"customize-with-css-variables": {
|
||||
"name": "With CSS Variables",
|
||||
"subtitle": "See how Bulma uses <strong>Sass variables</strong> to allow easy customization",
|
||||
@@ -793,6 +800,7 @@
|
||||
"customize": [
|
||||
"customize-concepts",
|
||||
"customize-with-sass",
|
||||
"customize-with-modular-sass",
|
||||
"customize-with-css-variables",
|
||||
"customize-sass-list"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user