Skip to content

Commit

Permalink
chore: update workflows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 2, 2024
1 parent bfefdb1 commit 3329df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions postcss.config.cjs → postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const config = {
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

module.exports = config;
3 changes: 2 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import "./fonts.css";
@tailwind base;
@tailwind components;
@tailwind utilities;

@import "./fonts.css";

.flare {
position: fixed;
border: 2px solid #560bad;
Expand Down

0 comments on commit 3329df0

Please sign in to comment.