}
}
-// XY Grid
-[id^="docs-xy"].docs-component .docs-code-live {
- @include foundation-xy-grid-classes;
-
- .grid-x,
- .grid-y {
- font-size: 12px;
- line-height: 2rem;
- margin-bottom: 1.5rem;
- }
-
- .grid-y .grid-x {
- margin-bottom: 0;
- }
-
- .cell {
- &:nth-child(odd) {
- background: #eee;
- }
- &:nth-child(even) {
- background: #ddd;
- }
- }
-}
-
// Flexbox Utilities
+[id^="docs-xy"].docs-component .docs-code-live,
[id^="docs-flexbox-utilities"].docs-component .docs-code-live {
@include foundation-flex-grid;
@include foundation-xy-grid-classes;