Wikiki / bulma-slider

Bulma's extension to display sliders
MIT License
48 stars 35 forks source link

Compile error: semicolons aren't allowed in the indented syntax #41

Closed elhigu closed 5 years ago

elhigu commented 5 years ago

@import 'node_modules/bulma-extensions/bulma-slider/src/sass/index.sass';

Error: semicolons aren't allowed in the indented syntax.
   ╷
86 │                 vertical-align: middle;
   │                                       ^
   ╵
  node_modules/bulma-extensions/bulma-slider/src/sass/index.sass 86:27  root stylesheet
  src/styles/app.scss 3:9                                               root stylesheet

sass@1.19.0

elhigu commented 5 years ago

Seems to be fixed in master and bulma-slider npm package, so it seems that bulma-extensions is just out of date.

AGINJITH commented 4 years ago

make sure the file extension you have created is filename.scss not the file extension is not .sass it .scss. Thats how i got it right. thank you.

dawnnguyen-vn commented 2 years ago

make sure the file extension you have created is filename.scss not the file extension is not .sass it .scss. Thats how i got it right. thank you.

Thanks