v2.0.0-beta

This commit is contained in:
2021-01-12 11:44:15 -03:00
parent 81f6ae876e
commit 47c3e3924f
78 changed files with 1165 additions and 587 deletions

View File

@ -1,9 +1,16 @@
@use "sass:map";
@import 'reset';
@import 'variables';
html {
font-family: $font_family;
}
@import 'common';
@media screen and (max-width: 800px) {
@import 'phone';
}
@media screen and (min-width: 800px) {
@import 'pc';
@import 'wide';
}