Comparing version 7.0.0-beta.11 to 7.0.0
## 7.0.0 | ||
Basscss 7 is a simplification and realignment of design principles | ||
intended to better fit in with component-base architectures. | ||
Version 7 is less opinionated and more flexible than ever. | ||
With 19% fewer rules and 27% fewer declarations, version 7 is just 3.32KB gzipped – 13% smaller than before. | ||
### New | ||
@@ -7,4 +13,4 @@ | ||
- Vertical alignment with align module | ||
- Utility type-scale module has been split from base-typography | ||
- Changes .field-light class name to .field | ||
- Utility type-scale module has been separated from base-typography | ||
- .field-light class is now .field | ||
- .border-box utility | ||
@@ -17,3 +23,3 @@ - .p0 utility | ||
- Base font-size for p, dl, ol, and ul | ||
- Base `<hr>` styles | ||
- Base `<hr>` margin styles | ||
- `.fieldset-reset` - use `.p0`, `.m0`, and `.no-border` instead | ||
@@ -38,1 +44,9 @@ - `.full-width` - use `.col-12` instead | ||
``` | ||
minified 16.43KB -> 14.59KB -> 11% smaller | ||
gzip: 3.81KB -> 3.32KB -> 13% smaller | ||
rules: 348 -> 282 -> 19% fewer | ||
selectors: 407 -> 324 -> 20% fewer | ||
declarations: 596 -> 435 -> 27% fewer | ||
``` | ||
{ | ||
"name": "basscss", | ||
"version": "7.0.0-beta.11", | ||
"version": "7.0.0", | ||
"description": "Low-level CSS toolkit", | ||
@@ -5,0 +5,0 @@ "style": "src/basscss.css", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39764
0