Currently my config does not compile tailwind classes inside the section schema #197
Unanswered
manuel-bbe
asked this question in
Q&A
Replies: 0 comments
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.
-
for example none of these would be compiled,
{
"id": "aspect_ratio",
"type": "select",
"label": "Mobile Aspect Ratio",
"default": "tw:aspect-square",
"info": "Image aspect ratio for mobile devices.",
"options": [
{
"value": "tw:aspect-square",
"label": "Square 1:1"
},
{
"value": "tw:aspect-video",
"label": "Video 16:9"
},
{
"value": "tw:aspect-4/3",
"label": "Classic 4:3"
},
{
"value": "tw:aspect-3/2",
"label": "Photo 3:2"
},
{
"value": "tw:aspect-21/9",
"label": "Cinematic 21:9"
},
{
"value": "tw:aspect-9/16",
"label": "Vertical 9:16"
}
]
},
Beta Was this translation helpful? Give feedback.
All reactions