dotsunited-equal-height-blocks
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -27,6 +27,19 @@ Equal Height Blocks | ||
.dotsunited-equal-height-blocks-container(); | ||
// If the list item is not a direct descendant if the list element, apply | ||
// the item wrapper mixin to all wrapper elements, eg. for a html | ||
// structure like: | ||
// | ||
// <ul class="list"> | ||
// <li> | ||
// <div class="list__item">...</div> | ||
// </li> | ||
// </ul> | ||
/*li { | ||
.dotsunited-equal-height-blocks-item-wrapper(); | ||
}*/ | ||
} | ||
.list__item { | ||
.dotsunited-equal-height-blocks-item(); | ||
background: #eee; | ||
} | ||
@@ -33,0 +46,0 @@ ``` |
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
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
24558
52