Skip to main content
Glama
grid-row-align.js496 B
let Declaration = require('../declaration') class GridRowAlign extends Declaration { /** * Do not prefix flexbox values */ check(decl) { return !decl.value.includes('flex-') && decl.value !== 'baseline' } /** * Change IE property back */ normalize() { return 'align-self' } /** * Change property name for IE */ prefixed(prop, prefix) { return prefix + 'grid-row-align' } } GridRowAlign.names = ['grid-row-align'] module.exports = GridRowAlign

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/MatheusgVentura/Project-One'

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