Skip to content

Commit

Permalink
#53 - add initial Tailwind setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnahumphreys committed Jan 26, 2024
1 parent d98562a commit bad4dfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "tailwindcss";

export default {
content: [],
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
Expand Down

0 comments on commit bad4dfe

Please sign in to comment.