v10.0
This commit is contained in:
14
ussrbasicpub/css/sample.scss
Normal file
14
ussrbasicpub/css/sample.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
// To compiled custom site bootstrap from sass,
|
||||
// run this script from the document root for an example:
|
||||
// php vendor/bin/pscss view/theme/ussrbasicpub/css/sample.scss view/theme/ussrbasicpub/css/bootstrap-custom.css
|
||||
|
||||
// See https://getbootstrap.com/docs/5.3/customize/sass/ for more infos
|
||||
|
||||
// required import
|
||||
@import "vendor/twbs/bootstrap/scss/_functions";
|
||||
|
||||
$primary: #ff0000; // set the $primary variable
|
||||
|
||||
|
||||
// set changes
|
||||
@import "vendor/twbs/bootstrap/scss/bootstrap";
|
||||
Reference in New Issue
Block a user