Skip to content

Commit

Permalink
Change to src in path
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildehaugum committed Oct 9, 2023
1 parent 50dac4c commit 4154d84
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/tailwind.config.ts → frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Config } from "tailwindcss";
export default {
content: ["./app/**/*.{js,jsx,ts,tsx}"],
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
colors: {
black: "#000000",
Expand All @@ -18,4 +18,5 @@ export default {
xl: "1400px",
},
},
} satisfies Config;
plugins: [],
};

0 comments on commit 4154d84

Please sign in to comment.