mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
16 lines
333 B
SCSS
16 lines
333 B
SCSS
// ===========================================================================
|
|
// CURRENT RELEASE
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// iPhone, wide
|
|
|
|
@mixin current-release-iPhone {
|
|
.current-release {
|
|
@extend %horizontal-list-iPhone;
|
|
|
|
dt,
|
|
dd { display: inline; }
|
|
}
|
|
} |