- Replace stylelint property in package.json with .stylelintrc.js - Add string-quotes stylelint rule - Fix quotes
7 lines
111 B
SCSS
7 lines
111 B
SCSS
/** Import Bootstrap functions */
|
|
@import '~bootstrap/scss/functions';
|
|
|
|
$theme-colors: (
|
|
primary: #525ddc
|
|
);
|