blob: 410026aa271456a4601d08c8650d4a2a7e9ff8a5 (
plain) (
tree)
|
|
// To compiled custom site bootstrap from sass,
// run this script from the document root for an example:
// php vendor/bin/pscss view/theme/redbasic/css/sample.scss view/theme/redbasic/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";
|