Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "u-basscss", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Low-level CSS toolkit derived from basscss", | ||
@@ -5,0 +5,0 @@ "style": "css/u-basscss.css", |
@@ -8,4 +8,4 @@ # u-basscss | ||
- All resources are local to this package (in `./src`), rather than in sub-packages | ||
- All class names have `u-` prepended (i.e. `u` for util) | ||
- Multiple modules are compiled and can be imported (e.g. `import 'u-basscss/css/u-layout.css';`) | ||
- All class names have `ub-` prepended | ||
- Multiple modules are compiled and can be imported (e.g. `import 'u-basscss/css/layout.css';`) | ||
- Margin and padding start at `0.25rem` instead of `0.5rem` | ||
@@ -18,10 +18,10 @@ - The custom-prop build has been removed | ||
- `.u-left-align` => `.u-tx-left-align` | ||
- `.u-center` => `.u-tx-center` | ||
- `.u-right-align` => `.u-tx-right-align` | ||
- `.u-justify` => `.u-tx-justify` | ||
- `.ub-left-align` => `.ub-tx-left-align` | ||
- `.ub-center` => `.ub-tx-center` | ||
- `.ub-right-align` => `.ub-tx-right-align` | ||
- `.ub-justify` => `.ub-tx-justify` | ||
Added the following class: | ||
- `.u-line-height-noraml { line-height: normal }` | ||
- `.ub-line-height-noraml { line-height: normal }` | ||
@@ -28,0 +28,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
452762
1