fixed typo and renamed dev class

This commit is contained in:
Fractal-Tess
2022-08-27 19:11:16 +03:00
parent 775a8bd1ae
commit e1730a5f66

View File

@@ -4,7 +4,7 @@
@import '../../node_modules/@fontsource/roboto/index.css'; @import '../../node_modules/@fontsource/roboto/index.css';
s html { html {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
body, body,
@@ -40,9 +40,7 @@ html {
--ease-elastic-5: cubic-bezier(0.5, 1.75, 0.75, 1.25); --ease-elastic-5: cubic-bezier(0.5, 1.75, 0.75, 1.25);
} }
.dev { // Class is used for development purposes only.
outline: 2px solid red; .d {
} border: 1px solid red;
.dev-border {
border: 3px solid red;
} }