Skip to content

Commit

Permalink
added default theme screens
Browse files Browse the repository at this point in the history
  • Loading branch information
MacielG1 committed Oct 25, 2023
1 parent f5c4ca6 commit 60bfed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/** @type {import('tailwindcss').Config} */
import defaultTheme from "tailwindcss/defaultTheme";

export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],

theme: {
extend: {
screens: {
xs: "330px",
...defaultTheme.screens,
},
},
},
Expand Down

0 comments on commit 60bfed9

Please sign in to comment.