Skip to content

Conversation

@osteele
Copy link
Owner

@osteele osteele commented Nov 22, 2025

Adds support for the sassify Liquid filter to convert indented Sass syntax to CSS, complementing the existing scssify filter.

Implementation:

  • Added sassifyFilter function using Dart Sass with SourceSyntaxSASS
  • Reuses existing Sass transpiler singleton for efficiency
  • Removed now-unused unimplementedFilter helper and logger import
  • Added test case with proper indented Sass syntax
  • Updated README to remove sassify from missing features list

Addresses #10

Adds support for the `sassify` Liquid filter to convert indented Sass
syntax to CSS, complementing the existing `scssify` filter.

Implementation:
- Added sassifyFilter function using Dart Sass with SourceSyntaxSASS
- Reuses existing Sass transpiler singleton for efficiency
- Removed now-unused unimplementedFilter helper and logger import
- Added test case with proper indented Sass syntax
- Updated README to remove sassify from missing features list

Addresses #10
@osteele osteele merged commit a2b4ee2 into main Nov 22, 2025
4 checks passed
@osteele osteele deleted the implement-sassify-filter branch November 22, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants