Skip to main content
Glama

CanIUse MCP

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

NameRequiredDescriptionDefault
cssPropertyYesThe CSS property (e.g., 'transform', 'flex-direction')
valueYesThe CSS value

Input Schema (JSON Schema)

{ "properties": { "cssProperty": { "description": "The CSS property (e.g., 'transform', 'flex-direction')", "type": "string" }, "value": { "description": "The CSS value", "type": "string" } }, "required": [ "cssProperty", "value" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amirmahdi-Kaheh/caniuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server