Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anykind way to use this module as Global SCSS Resources ? #141

Open
fbtwitter opened this issue Jan 22, 2021 · 1 comment
Open

Anykind way to use this module as Global SCSS Resources ? #141

fbtwitter opened this issue Jan 22, 2021 · 1 comment
Labels
question Further information is requested

Comments

@fbtwitter
Copy link

fbtwitter commented Jan 22, 2021

I wanted to know is there any way or trick to configure this default module from nuxt, nuxtjs/style-resource. So that i could use this module for global scope of SCSS.

This is the result i had, rewrite the style over n over time.. surround how many component i have. like this

image

my nuxt.config.js

  // Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
  buildModules: [
    // https://go.nuxtjs.dev/eslint
    '@nuxtjs/eslint-module',
    '@nuxtjs/style-resources'
  ],

  styleResources: {
    scss: ['~/assets/scss/main.scss']
  },

I really want to know is there anyway to makes it solve, by compiling the scss which should be needed. Since global scope really help me to configure other app setting like storybook by throwing the scss setting into 1 way.

@rchl
Copy link
Collaborator

rchl commented Jun 1, 2021

Sorry, but it's impossible to understand what you mean.
Please provide a more concrete description of what you want to do.

@rchl rchl added the question Further information is requested label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants