* removed double underscore (__) separators in class names
* more LF CR to LF
* new scss config variables
* some little style changes
This commit is contained in:
Stephan 2018-10-01 21:10:58 +02:00
parent 0a78f526f5
commit 8b81ed92e1
30 changed files with 1288 additions and 1262 deletions

View file

@ -1,46 +1,47 @@
.query__goingLarge {
.query_goingLarge {
@include goingLarge($screen_tiny) {};
}
.query__goingSmall {
.query_goingSmall {
@include goingSmall($screen_gigantic) {};
}
.query__phoneUp {
.query_phoneUp {
@include forPhoneUp {}
}
.query__phoneOnly {
.query_phoneOnly {
@include forPhoneOnly {}
}
.query__tabletPortaitOnly {
.query_tabletPortaitOnly {
@include forTabletPortraitOnly {
}
}
.query__tabletPortraitUp {
.query_tabletPortraitUp {
@include forTabletPortraitUp {
}
}
.query__tabletLandscapeOnly {
.query_tabletLandscapeOnly {
@include forTabletLandscapeOnly {}
}
.query__tabletLandscapeUp {
.query_tabletLandscapeUp {
@include forTabletLandscapeUp {}
}
.query__desktopOnly {
.query_desktopOnly {
@include forDesktopOnly {
}
}
.query__desktopUp {
.query_desktopUp {
@include forDesktopUp {
}
}
.query__bigDesktopUp {
.query_bigDesktopUp {
@include forBigDesktopUp {}
}