Socket
Socket
Sign inDemoInstall

estyle

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estyle - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "estyle",
"version": "1.3.0",
"version": "1.3.1",
"description": "Common styles patterns",

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

@@ -24,6 +24,2 @@ # estyle

- [SCSS](#SCSS)
- [Spacing](#spasing)
- [row-space](#row-space)
- [col-space](#col-space)
- [tile](#tile)
- [Responsive Design](#responsive-design)

@@ -33,2 +29,3 @@ - [Mobile First](#mobile-first)

- [children](#children)
- [scrollbar](#scrollbar)

@@ -43,34 +40,2 @@ # SCSS

## Spacing
### row-space
Adds spacing between children rows
```scss
.container {
@include row-space(10px);
}
```
### col-space
Adds spacing between children columns
```scss
.container {
@include col-space(10px);
}
```
### tile
Add spacing for container and child tiles
```scss
.container {
@include tile(10px);
}
```
## Responsive Design

@@ -162,1 +127,22 @@

```
## scrollbar
Adds styles scrollbar
```scss
.container {
@include scrollbar(
// scrollbar width
8px,
// track and thumb border radius
3px,
// track color
#F2F2F2,
// thumb color
#E5E5E5,
// hover thumb color
#D8D8D8
);
}
```

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