Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"cssToTailwindCss.arbitraryProperties": {
"type": "boolean",
"default": false,
"markdownDescription": "Defines whether non-convertible properties should be converted as 'arbitrary properties'."
"markdownDescription": "Convert CSS properties that Tailwind doesn't include a utility class for to 'arbitrary properties' using square bracket notation. Example: '*animation-delay: 200ms*' would be converted to '*[animation-delay:200ms]*'. This setting doesn't affect square bracket notation for existing utility classes."
}
}
}
Expand Down