New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

u-basscss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

u-basscss - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

css/align.css

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc