villeristi / vue.js-starter-template

A starter template for Vue.js projects
https://vue-starter.ville.io/
MIT License
264 stars 67 forks source link

... #11

Closed paulpoot closed 7 years ago

villeristi commented 7 years ago

Hi, you need to first import the variables file to the component-specific .scss-file which you're currently editing:

@import "../../styles/variables";

villeristi commented 7 years ago

From my understanding, no. As the component-specific scss-files are unaware of any other scss unless those are importer to the file.