thepipster / uswds-vue

MIT License
4 stars 1 forks source link

Receiving a lot of warnings from scss compiler #3

Open fmaddenflx opened 2 years ago

fmaddenflx commented 2 years ago

Warning: You probably don't mean to use the color value black in interpolation here. It may end up represented as black, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, "black"). If you really want to use the color value here, use '"" + $variant'.

╷ 62 │ .text-outline-#{$variant} { │ ^^^^^^^^ ╵ node_modules/uswds-vue/src/styles/uswds-vue.scss 62:21 @import src/styles/styles.scss 2:9 @import src/App.vue 2:9 root stylesheet