mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
8 lines
155 B
SCSS
8 lines
155 B
SCSS
// ===========================================================================
|
|
// GRID
|
|
|
|
|
|
|
|
.container {
|
|
@include container($total-columns, $break-iPad);
|
|
} |