loginov-rocks / Angular-Gulp-Boilerplate

Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
https://www.npmjs.com/package/angular-gulp-boilerplate
MIT License
29 stars 17 forks source link

Support for SCSS modules #65

Closed analytically closed 5 years ago

analytically commented 5 years ago

Eg. installing GitHub Primer (@import "@primer/css/index.scss";)

See https://github.com/primer/css

loginov-rocks commented 5 years ago

Hi @analytically !

There should be not additional actions to make this kind of imports working. It may be working with @import "~primer/... or not. You can also try @import "node_modules/primer..."