UNPKG

solid-styles

Version:

Zero-runtime styled components for SolidJS with Lightning CSS optimization and spring animations. Production-ready CSS-in-JS with 100% test coverage.

8 lines (7 loc) 113 B
// solid-styles theme export const theme = { colors: { primary: '#3b82f6', secondary: '#64748b' } };