generate_css_fallbacks
Generate CSS code with appropriate fallbacks to ensure compatibility with older browsers like Chrome 37, based on specified CSS properties and values.
Instructions
Generate CSS with fallbacks for Chrome 37 compatibility
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cssProperty | Yes | The CSS property (e.g., 'transform', 'flex-direction') | |
value | Yes | The CSS value |