spark_css 1.0.0-alpha.1
spark_css: ^1.0.0-alpha.1 copied to clipboard
Type-safe CSS style system for Spark framework.
Changelog #
1.0.0-alpha.1 #
- Initial release extracted from
spark_frameworkpackage. - Core style types:
Style,Stylesheet,CssStyle,css()helper. - Component style registry:
ComponentStyleRegistry,componentStyles. - Type-safe CSS value system:
CssColor,CssLength,CssSpacing,CssDisplay,CssPosition,CssFlex,CssOverflow,CssFont,CssText,CssCursor,CssNumber,CssBorder,CssTransition. - CSS minification support via
dart.vm.productflag. - Pure Dart package with zero runtime dependencies.