postcss-structure
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "postcss-structure", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "A PostCSS plugin to create CSS grids based on a fixed block width.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -75,3 +75,3 @@ # postcss-structure [![Build Status][ci-img]][ci] | ||
- [Right](#right) | ||
- [Custom styles](#custom-styles) | ||
- [Media-queries](#media-queries) | ||
@@ -237,7 +237,7 @@ ### Containers | ||
### Custom styles | ||
### Media queries | ||
``` css | ||
@structure-media [breakpoint] { | ||
.myClass { | ||
.my-class { | ||
… | ||
@@ -244,0 +244,0 @@ } |
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
60788
3