mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
remove boilerplate code
This commit is contained in:
14
src/css/base.css
Normal file
14
src/css/base.css
Normal file
@@ -0,0 +1,14 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
2
src/css/main.css
Normal file
2
src/css/main.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import './base.css';
|
||||
|
||||
Reference in New Issue
Block a user