mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
6 lines
151 B
SCSS
6 lines
151 B
SCSS
// Override default variables before the import
|
|
$body-bg: #0088ce;
|
|
|
|
// Import Bootstrap and its default variables
|
|
@import '~bootstrap/scss/bootstrap';
|