简体   繁体   中英

Importing SCSS in Meteor

I have installed fourseven:scss but the problem I am facing is that the following line results in the Unexpected token error.

@import 'slick-carousel/slick/slick-theme.scss';

I think this is because the application doesn't recognize @import directive.

Do I need to install something else to make this directive work?

Are you using slick-carousel from npm?

If not, use npm install --save slick-carousel in the Meteor directory. Then in your CSS use this syntax (replacing foundation-sites with your own).

@import '{}/node_modules/foundation-sites/scss/foundation.scss';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM