Sep 4, 2018 · 1 min read
Sorry for late response, actually the ‘@import’ should be at the top of the file outside all of any selectors. What I always do is something like this.
/* In my main.scss */
@import “~bulma/bulma”, “~pikaday/scss/pikaday”;
/* … then the rest of your scss files import or code … */
