From e1730a5f661b312c767279a1417129969c2ba1bd Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Sat, 27 Aug 2022 19:11:16 +0300 Subject: [PATCH] fixed typo and renamed dev class --- src/styles/app.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 106edf4..7b350d5 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -4,7 +4,7 @@ @import '../../node_modules/@fontsource/roboto/index.css'; -s html { +html { -webkit-font-smoothing: antialiased; } body, @@ -40,9 +40,7 @@ html { --ease-elastic-5: cubic-bezier(0.5, 1.75, 0.75, 1.25); } -.dev { - outline: 2px solid red; -} -.dev-border { - border: 3px solid red; +// Class is used for development purposes only. +.d { + border: 1px solid red; }