trellis_css 0.10.2 copy "trellis_css: ^0.10.2" to clipboard
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.compileSass gains a silenceImportDeprecation flag. 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.
  • OutputStyle with expanded and compressed output modes.
  • Syntax with scss and indented sass parsing modes.
  • SassCompilationException with file path, line, and column information for failed compilations.

Trellis Integration #

  • CssDialect for registering CSS-focused processors with a Trellis engine.
  • ScopeProcessor and OrphanScopeProcessor for tl:scope fragment-scoped CSS using native @scope output.
0
likes
160
points
271
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CSS utilities for the Trellis template engine — SASS compilation and fragment-scoped CSS via tl:scope.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

html, sass, trellis

More

Packages that depend on trellis_css