Merge pull request #1 from rGamer9/main
rename border dev class and reduce font import path
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import '../../node_modules/@fontsource/roboto/index.css';
|
||||
@import '@fontsource/roboto/index.css';
|
||||
|
||||
html {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -42,6 +42,6 @@ html {
|
||||
}
|
||||
|
||||
// Class is used for development purposes only.
|
||||
.d {
|
||||
.dev {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user