thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
134 stars 47 forks source link

Is there a way to import variables from javascript to sass and build success? #96

Open zjjjjjjjjjjd opened 2 years ago

zjjjjjjjjjjd commented 2 years ago
// scss
:export {
    sidebarWidth: $sidebar-width;
}

// js
import {.sidebarWidth } from './scss' // error
image