better-base-template
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "better-base-template", | ||
"version": "1.0.01", | ||
"version": "1.0.02", | ||
"description": "An awesome base-template generator.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -15,12 +15,2 @@ # Better Base Template | ||
#### How mixin generation works? | ||
- Task `base-template` is responsible for that. | ||
1) Read SCSS config file (`_config.scss`) with `sass-extract`. | ||
2) Parses necessary variables, converts them into mixin's name, attributes, content. | ||
3) Passes parsed data into function, which returns mixin string. | ||
4) Writes string returned from function in to file using `fs` package. | ||
5) Adds generated files to filter (so that `gulp-scss-lint`) will not check them. | ||
## Installing | ||
@@ -27,0 +17,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
23566
37