flystyles
Advanced tools
Comparing version 3.0.1-0 to 3.0.2-0
@@ -32,5 +32,7 @@ const autoprefixer = require("autoprefixer"); | ||
Promise.all([ | ||
buildDistFile({ | ||
src: "./src/flystyles.scss", | ||
dest: "./dist/flystyles.css", | ||
["flystyles", "utilities", "reboot"].forEach(function (filename) { | ||
buildDistFile({ | ||
src: `./src/${filename}.scss`, | ||
dest: `./dist/${filename}.css`, | ||
}); | ||
}), | ||
@@ -37,0 +39,0 @@ |
{ | ||
"name": "flystyles", | ||
"version": "3.0.1-0", | ||
"version": "3.0.2-0", | ||
"description": "Flywire UI Framework", | ||
@@ -5,0 +5,0 @@ "author": "Javier Arques <javier.arques@flywire.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2063682
213
18993