frontendship / website

MIT License
10 stars 15 forks source link

Customizing Screen Breakpoints #55

Open goktugs opened 1 year ago

goktugs commented 1 year ago

Breakpoints must be declared at tailwind.config.js. Because everybody wrote their css random breakpoints. At figma large breakpoints declared as a 1440px but no one comply. All components should revise again depends on declared breakpoints. @OrhanOzkercin @eraygundogmus

eraygundogmus commented 1 year ago

Hey @goktugs
Thank you for opening this issue.

Actually tailwind.config.js has own default breakpoints which you can see in this link so I don't think everyone write their own breakpoints at all.

But I agree with you about 1440px breakpoint. I think we could override this config and change 'xl' property to '1440px' instead of '1280px'.

Do you want to solve this issue?