fixed typo and renamed dev class
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user