Init
This commit is contained in:
1
assets/hb/modules/custom/js/index.ts
Normal file
1
assets/hb/modules/custom/js/index.ts
Normal file
@ -0,0 +1 @@
|
||||
// This script will be compiled into the JS bundle automatically.
|
7
assets/hb/modules/custom/purgecss.config.toml
Normal file
7
assets/hb/modules/custom/purgecss.config.toml
Normal file
@ -0,0 +1,7 @@
|
||||
classes = []
|
||||
ids = []
|
||||
tags = []
|
||||
attributes = []
|
||||
safelist_deep = []
|
||||
safelist_greedy = []
|
||||
safelist_standard = []
|
7
assets/hb/modules/custom/scss/index.scss
Normal file
7
assets/hb/modules/custom/scss/index.scss
Normal file
@ -0,0 +1,7 @@
|
||||
// This SCSS styles will be compiled into the CSS bundle automatically.
|
||||
|
||||
/*! purgecss start ignore */
|
||||
|
||||
/*! PUT YOU STYLE HERE TO AVOID GETTING REMOVING BY PURGECSS. */
|
||||
|
||||
/*! purgecss end ignore */
|
4
assets/hb/modules/custom/scss/variables.tmpl.scss
Normal file
4
assets/hb/modules/custom/scss/variables.tmpl.scss
Normal file
@ -0,0 +1,4 @@
|
||||
// Override the Bootstrap and HB SCSS variables.
|
||||
// See https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss.
|
||||
// See https://github.com/twbs/bootstrap/blob/main/scss/_variables-dark.scss.
|
||||
// $primary: red;
|
Reference in New Issue
Block a user