UnoCSS columns utilities

Columns utilities not working correctly.

https://github.com/unocss/unocss/issues/5029

These are weird anyway, using container breakpoints and only go down to 16rem.

https://tailwindcss.com/docs/columns

Are there any ckeditor plugins for column count?

No, here's an issue: https://github.com/ckeditor/ckeditor5/issues/7515

Can we take inspiration from the line height plugin? https://ckeditor.com/docs/ckeditor5/latest/features/line-height.html

Viable workaround:

.columns-3xs {
  columns: theme('container.3xs');
}

You might want to customize per instance, have a lot of options, or a flexible input.

Documentation
Issue status