Skip to content

Commit 1c01467

Browse files
committed
Merge branch 'master' of github.com:NoahMLoomis/react-tailwindcss-datepicker into add-dates-restriction-props
2 parents 7c65ed1 + d981cd2 commit 1c01467

File tree

3 files changed

+1575
-21
lines changed

3 files changed

+1575
-21
lines changed

postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {}
5+
}
6+
};

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** @type {import('tailwindcss').Config} */
12
module.exports = {
23
content: ["./pages/**/*.{js,ts,jsx,tsx}", "./src/**/*.{js,ts,jsx,tsx}"],
34
darkMode: "media",

0 commit comments

Comments
 (0)