/**
 * Centralized export for core handlers
 * Comprehensive implementation covering color, density, font, and box-shadow cases
 */
export { handleColorDeclaration } from './colorHandler';
export { handleDensityDeclaration } from './densityHandler';
export { handleFontDeclaration } from './fontHandler';
export { handleBoxShadowDeclaration } from './boxShadowHandler';
