ags: fmt scss

This commit is contained in:
notohh 2024-02-25 08:48:17 -05:00
parent f481147cdd
commit bbce54f461
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 13 additions and 13 deletions

View file

@ -1,9 +1,9 @@
@import 'scss/bar.scss'; @import "scss/bar.scss";
@import 'scss/general.scss'; @import "scss/general.scss";
@import 'scss/widgets.scss'; @import "scss/widgets.scss";
* { * {
all: unset; all: unset;
margin: 3px; margin: 3px;
font-family: 'Monaspace Krypton'; font-family: "Monaspace Krypton";
} }

View file

@ -1,4 +1,4 @@
@import 'colors.scss'; @import "colors.scss";
window { window {
background-color: $background; background-color: $background;

View file

@ -1,8 +1,8 @@
@import 'colors.scss'; @import "colors.scss";
@mixin widget { @mixin widget {
color: $white color: $white;
}; }
.date { .date {
@include widget(); @include widget();
@ -10,7 +10,7 @@
.workspaces { .workspaces {
@include widget(); @include widget();
}; }
.media { .media {
@include widget(); @include widget();