Closed misscs closed 9 years ago
Currently, dependencies are included in the sass folder. For maintainability it is recommended we leverage the dependency feature in bower.json and package.json.
sass
bower.json
package.json
Added the dependent files to main array. Available in v1.0.2.
main
v1.0.2
Currently, dependencies are included in the
sass
folder. For maintainability it is recommended we leverage the dependency feature inbower.json
andpackage.json
.