Skip to content

Commit

Permalink
merge responsive windi & material ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Nov 6, 2022
1 parent a4882df commit ce7a8a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ import scrollSnap from "windicss/plugin/scroll-snap"
export default defineConfig({
plugins: [lineClamp, scrollSnap, forms],
safelist: ["children:!px-0", "!py-[6px]"],
theme: {
screens: {
'xs': { min: '0px', max: '599.99px' },
sm: {min: '600px', max: '1023.99px'},
md: {min:'1024px', max: '1439.99px'},
lg: {min: '1440px', max: '1919.99px'},
xl: {min: '1920px'}
},
}
})

// !bg-[rgba(0,194,52,.15)]

0 comments on commit ce7a8a6

Please sign in to comment.