Normalize and enforce single quotes in styles
- Replace stylelint property in package.json with .stylelintrc.js - Add string-quotes stylelint rule - Fix quotes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** Import Bootstrap functions */
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import '~bootstrap/scss/functions';
|
||||
|
||||
$theme-colors: (
|
||||
primary: #525ddc
|
||||
|
||||
Reference in New Issue
Block a user