mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 01:22:49 +00:00
added client things - finished home page
This commit is contained in:
8
client/app/scss/_mixins.scss
Normal file
8
client/app/scss/_mixins.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@mixin breakpoint($point) {
|
||||
@if $point == smallOrLess {
|
||||
@media (max-width: 420px) { @content ; }
|
||||
}
|
||||
@else if $point == mediumOrLess {
|
||||
@media (max-width: 540px) { @content ; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user