I use "npm install icheck" to involve icheck(https://github.com/fronteed/icheck) lib in my project.
but when I try to @import the css class in main.sass file. it doesn't work.
something like:
@import "../../node_modules/icheck/skins/all";
because all.css import sub css files from sub-directory.
they are not found in main.css.
I use "npm install icheck" to involve icheck(https://github.com/fronteed/icheck) lib in my project. but when I try to @import the css class in main.sass file. it doesn't work. something like:
because all.css import sub css files from sub-directory. they are not found in main.css.
so is there a solution for this kind of css file?