mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Migracja projektu z ReactJS
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@mixin midScreen() {
|
||||
@media only screen and (min-width: 850px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin bigScreen() {
|
||||
@media only screen and (min-width: 1600px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user