support CDN for container queries #12074
HananoshikaYomaru
started this conversation in
Ideas
Replies: 2 comments
-
I'd like to be able to use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
We were able to add them using import maps: <script type="module">
import containerQueries from '@tailwindcss/container-queries'
const {defaultTheme} = tailwind
tailwind.config = {
theme: {…},
plugins: [
containerQueries(),
],
}
</script> I wonder tho if there's any chance to have the source of the PlayCDN available, we've found that is very useful for tinkering with classes live in the browser during development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://cdn.tailwindcss.com/?plugins=container-queries
container queries is first party plugin but cannot install through CDN
Beta Was this translation helpful? Give feedback.
All reactions