basscss-type-scale
Advanced tools
Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "basscss-type-scale", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Type scale utility styles for Basscss", | ||
"scripts": { | ||
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/type-scale.css" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.1", | ||
"postcss-cli": "^2.5.0", | ||
"postcss-custom-media": "^5.0.1", | ||
"postcss-custom-properties": "^5.0.0", | ||
"postcss-import": "^8.0.2" | ||
}, | ||
"repository": { | ||
@@ -14,6 +24,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/basscss/basscss", | ||
"dependencies": { | ||
"basscss-defaults": "^2.0.1" | ||
} | ||
"homepage": "https://github.com/basscss/basscss" | ||
} |
@@ -15,1 +15,7 @@ | ||
These are especially useful for altering the visual appearance of semantically correct headings. | ||
```html | ||
<h2 class="h1">Larger than default h2 style, but semantically correct</h2> | ||
``` | ||
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1779
0
5
22
21
0
5
- Removedbasscss-defaults@^2.0.1
- Removedbasscss-defaults@2.1.3(transitive)
- Removedcolors.css@2.3.0(transitive)