Skip to main content
Glama
properties.ts1.38 kB
/** * CSS Grid Properties - CSS grid layout features */ import { CSSFeature, CSSFeatureCategory } from '../../../types.js'; export const GRID_FEATURES: Record<string, CSSFeature> = { grid: { name: "CSS Grid", category: CSSFeatureCategory.LAYOUT, properties: [ "display", "grid-template-columns", "grid-template-rows", "gap", "row-gap", "column-gap", "grid-column", "grid-row", "grid-column-start", "grid-column-end", "grid-row-start", "grid-row-end", "grid-area", "grid-template-areas", "grid-template", ], description: "Two-dimensional grid layout system", support_level: "excellent", mdn_url: "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout", }, subgrid: { name: "CSS Subgrid", category: CSSFeatureCategory.LAYOUT, properties: [ "grid-template-columns", "grid-template-rows", ], description: "Inherit grid track sizing from parent grid container", support_level: "good", mdn_url: "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Subgrid", }, }; export const GRID_KEYWORDS = [ 'grid', 'layout', 'columns', 'rows', 'template', 'area', 'gap', 'span', 'repeat', 'fr', 'minmax', 'auto-fit', 'auto-fill', 'subgrid', 'inherit', 'parent', 'track' ];

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