Skip to main content
Glama
push-based

Angular Toolkit MCP

by push-based
stylesheet.visitor.ts580 B
import { Comment, Container, Declaration, Rule, AtRule } from 'postcss'; export interface CssAstVisitor<T = void> { // Called once for the root node visitRoot?: (root: Container) => T; // Called for @rule nodes: @media, @charset, etc. visitAtRule?: (atRule: AtRule) => T; // Called for standard CSS rule nodes: .btn, .box, etc. visitRule?: (rule: Rule) => T; // Called for property declarations: color: red, width: 100px, etc. visitDecl?: (decl: Declaration) => T; // Called for comment nodes: /* some comment */ visitComment?: (comment: Comment) => T; }

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/push-based/angular-toolkit-mcp'

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