bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

xxl breakpoint missing && breakpoint way #520

Open bato3 opened 1 year ago

bato3 commented 1 year ago
  1. Row.svelte, shared.d.ts - there is no xxl breakpoint (quick, inaccurate searches)
  2. eg. in Row I can use by <Row col={md:3, xl:7}> but in <col md=3 xl=7>. I think it should be unified.