7 lines
175 B
SCSS
7 lines
175 B
SCSS
// Import the entire Bootstrap bundle in the correct order
|
|
@import "bootstrap/bootstrap";
|
|
|
|
// Custom site styles
|
|
@import "custom";
|
|
@import "termine";
|
|
@import "cookie-consent"; |