@depthark/css-first
Version:
Advanced MCP server for intelligent, context-aware CSS suggestions with logical units, container queries, and automated feature discovery
20 lines (15 loc) • 384 B
text/typescript
/**
* CSS services entry point
* Re-exports all CSS-related functionality
*/
// Types
export * from './types.js';
// Features and suggestions
export * from './features.js';
export * from './suggestions.js';
// MDN client
export * from './mdnClient.js';
// Implementation guidance
export * from './guidance.js';
// Project context analysis
export * from './contextAnalyzer.js';