update
This commit is contained in:
4
src/scss/global.scss
Normal file
4
src/scss/global.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
4
src/scss/index.scss
Normal file
4
src/scss/index.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
@use './global.scss' as *;
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user