Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@repositive/liz-skin

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@repositive/liz-skin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.npmignore

2

package.json
{
"name": "@repositive/liz-skin",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,1 +0,20 @@

# liz-skin
# liz-skin
### Changelog - to v1.0.0
* No `.u-` namespacing. There is a 'gotacha' - some old classes in Discover's custom directory still have `.u-`, I will tidy this ASAP.
* Revised spacing scale: deleted the 96px space, introduced the 3px space:
```scss
.p0 {} // = 0px padding
.p1 {} // = 3px padding
.p2 {} // = 6px padding
.p3 {} // = 12px padding
.p4 {} // = 24px padding
.p5 {} // = 48px padding
```
* Inline documentation.
* More responsiveness. Use the suffixes `-s`,`-m`, `-l`, `-w` (note: not every suffix is available for every utility) to apply different margins, paddings, displays (show/hide) on different media breakpoints.
* Some simplified syntax: e.g. `.block`, `.inline-block`, `.absolute`, `.relative`, `.circle`, `.square`.
* Everything relating to font has a 'f' in front of it. So `.u-tc-primary` is replaced by`.fc-primary`, to be consistent with font-size and font-weight.
* No arbitrary image width classes (`.u-w4`). See `icon.scss` for new width classes, designed around common avatar sizes. It might not be the perfect system, but it's an improvement.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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