10 lines
No EOL
238 B
SCSS
10 lines
No EOL
238 B
SCSS
/* ----------------------------- */
|
|
/* ==Desktop medias */
|
|
/* ----------------------------- */
|
|
|
|
@include breakpoint(large) {
|
|
/**
|
|
* Here go rules for big resources and big screens
|
|
* e.g. background-images, font-faces, etc.
|
|
*/
|
|
} |