Files
bedrock/resources/assets/styles/common/_variables.scss
Rhys Braunschweig 248c569bff Normalize and enforce single quotes in styles
- Replace stylelint property in package.json with .stylelintrc.js
- Add string-quotes stylelint rule
- Fix quotes
2018-05-29 12:12:21 +02:00

7 lines
111 B
SCSS

/** Import Bootstrap functions */
@import '~bootstrap/scss/functions';
$theme-colors: (
primary: #525ddc
);