Socket
Socket
Sign inDemoInstall

estyle

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

2

package.json
{
"name": "estyle",
"version": "1.0.3",
"version": "1.1.0",
"description": "Common styles patterns",

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

@@ -27,2 +27,3 @@ # estyle

- [col-space](#col-space)
- [tile](#tile)
- [Responsive Design](#responsive-design)

@@ -63,2 +64,12 @@ - [Mobile First](#mobile-first)

### tile
Add spacing for container and child tiles
```scss
.container {
@include tile(10px);
}
```
## Responsive Design

@@ -65,0 +76,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc