... | ... | @@ -181,7 +181,7 @@ An example of various conventions. |
|
|
```scss
|
|
|
// ==========================================================================
|
|
|
// Grid layout
|
|
|
// ========================================================================== */
|
|
|
// ==========================================================================
|
|
|
//
|
|
|
// Column layout with horizontal scroll.
|
|
|
//
|
... | ... | @@ -233,7 +233,7 @@ An example of various conventions. |
|
|
|
|
|
|
|
|
// Cell dimensions
|
|
|
// ========================================================================== */
|
|
|
// ==========================================================================
|
|
|
|
|
|
.cell-1 { width: 10%; }
|
|
|
.cell-2 { width: 20%; }
|
... | ... | @@ -246,7 +246,7 @@ An example of various conventions. |
|
|
|
|
|
|
|
|
// Cell modifiers
|
|
|
// ========================================================================== */
|
|
|
// ==========================================================================
|
|
|
|
|
|
.cell--detail,
|
|
|
.cell--important {
|
... | ... | |