nidus-sync/scss/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
Eli Ribble 2dab6bcaf0
Build custom SCSS as part of nix package
This vendors-in the latest Bootstrap release SCSS files
from version 5.3.8.
2026-01-29 02:11:04 +00:00

7 lines
276 B
SCSS

// TODO: this file can be removed safely in v6 when `@import "variables-dark"` will be removed at the end of _variables.scss
@import "../../functions";
@import "../../variables";
// Voluntarily not importing _variables-dark.scss
@import "../../maps";
@import "../../mixins";