Open stephanedemotte opened 8 years ago
Hi !
I want to @import in Stylus, but i have this strange error :
Browserify Failed!: Why.vue:undefined:undefined Cannot read property 'nodeName' of undefined
I'm using vueify via Laravel-elixir-vueify, and i have the last version > 7
When i try with sass everything is good
// work <style lang="sass"> @import './resources/assets/sass/config/settings' </style>
// don't work <style lang="stylus"> @import './resources/assets/stylus/config/Settings' </style>
Any idea ?
ok ! I got it ! In my settings i have
@lost gutter 0px
it's a lost-grid settings. (https://github.com/corysimmons/lost)
And he don't like it ;)
Hi !
I want to @import in Stylus, but i have this strange error :
I'm using vueify via Laravel-elixir-vueify, and i have the last version > 7
When i try with sass everything is good
Any idea ?