tailwindcss-container-query
tailwindcss-container-query copied to clipboard
Add option to use desktop first (max-width vs min-width)
At present, the plugin will only output min-width statements. This works with mobile first design but not for desktop first design which relies on max-width.
Would be awesome if this plugin had an option for this.