Comparing version 1.0.3 to 1.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5955
159