trellis_css 0.10.2
trellis_css: ^0.10.2 copied to clipboard
CSS utilities for the Trellis template engine — SASS compilation and fragment-scoped CSS via tl:scope.
Changelog #
0.10.2 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.10.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.10.0 #
Added #
TrellisCss.compileSassgains asilenceImportDeprecationflag. When set, Dart Sass's@import-rule deprecation warning is suppressed for that compile — for callers that deliberately rely on@import(the SDK theme bridge; see TD-006) — while the default still surfaces the warning for other consumers.
0.9.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.9.0 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.2 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.1 #
Changed #
- Lockstep version bump to keep all Trellis SDK packages on a single shared version. No functional changes in this package.
0.8.0 #
Changed #
- Version aligned to the unified Trellis SDK lockstep versioning scheme — all SDK packages now share a single version number and are released together. No functional changes since 0.1.0.
0.1.0 #
Added #
TrellisCss.compileSass()for file-based SASS and SCSS compilation.TrellisCss.compileSassString()for compiling inline SASS and SCSS source.OutputStylewithexpandedandcompressedoutput modes.Syntaxwithscssand indentedsassparsing modes.SassCompilationExceptionwith file path, line, and column information for failed compilations.
Trellis Integration #
CssDialectfor registering CSS-focused processors with a Trellis engine.ScopeProcessorandOrphanScopeProcessorfortl:scopefragment-scoped CSS using native@scopeoutput.