Skip to main content
Glama
guidance.ts574 B
/** * Responsive Guidance - Implementation guidance for responsive design properties */ import { ImplementationGuidance } from '../../types.js'; export const RESPONSIVE_GUIDANCE: Record<string, ImplementationGuidance> = { // Future responsive guidance will be added here }; export function getResponsiveGuidance(property: string, needsFallback: boolean = false): ImplementationGuidance | null { const guidance = RESPONSIVE_GUIDANCE[property]; if (!guidance) return null; return { ...guidance, fallbacks: needsFallback ? guidance.fallbacks : [] }; }

Latest Blog Posts

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/Luko248/css-first'

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