- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss
r43808 r44149 1 1 2 2 @mixin media( $res ) { 3 @if mobile == $res { 4 @media only screen and (min-width: $mobile_width) { 5 @content; 6 } 7 } 8 3 9 @if tablet == $res { 4 10 @media only screen and (min-width: $tablet_width) { … … 6 12 } 7 13 } 14 8 15 @if desktop == $res { 9 16 @media only screen and (min-width: $desktop_width) {
Note: See TracChangeset
for help on using the changeset viewer.