UNPKG

@depthark/css-first

Version:

Advanced MCP server for intelligent, context-aware CSS suggestions with logical units, container queries, and automated feature discovery

9 lines (7 loc) 272 B
/** * CSS Features - Main entry point for feature system * * This file re-exports all CSS features from the new modular structure. * Features are now organized in dedicated folders with properties, guidance, and suggestions. */ export * from './features/index.js';