Skip to content

Commit

Permalink
add sass and tailwind 1
Browse files Browse the repository at this point in the history
  • Loading branch information
iZooGooD committed Jan 7, 2024
1 parent 2d786a1 commit 849f918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
6 changes: 2 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
};

0 comments on commit 849f918

Please sign in to comment.