mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Migracja projektu z React na Vue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@mixin midScreen() {
|
||||
@media only screen and (min-width: 850px) {
|
||||
@mixin smallScreen() {
|
||||
@media only screen and (max-width: 850px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$primaryCol: #333;
|
||||
$secondaryCol: #fdad17;
|
||||
$secondaryCol: #01e733;
|
||||
|
||||
$bgCol: #525252;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user