Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Import global scss? #202

Closed
corysimmons opened this issue Sep 1, 2017 · 1 comment
Closed

Import global scss? #202

corysimmons opened this issue Sep 1, 2017 · 1 comment

Comments

@corysimmons
Copy link

corysimmons commented Sep 1, 2017

How to? I know it's possible with vue-loader but I'm stuck on Browserify.

Basically I'd like to be able to include vars, mixins, etc. into any Vue single-file-component.

@corysimmons
Copy link
Author

Figured it out:

// vue.config.js

module.exports = {
  sass: {
    includePaths: [`src/assets/css`]
  }
}

Now I can @import 'global'; from any file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant