Added support for raw queries and container-type: size
Would love to see this implemented!
I thought using an arbitrary value on the container utility class (@container-[size]) would work but for some reason, it doesn't add the CSS class. The TailwindCSS Intellisense plugin shows the correct CSS property though.
The arbitrary value not working is a bug I confirm. They have the code for it and the test code suggests this case is covered as well, although their test result expectation is missing the class, and the test is giving a false pass.
A feasible workaround for now is using arbitrary CSS:
<div class="[container-type:size]"></div>
I agree, btw, that it'd make much more sense to support all the types without the square brackets.
@container-[size] seems to work now.