Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sass compilation support #24

Open
facundoolano opened this issue Mar 7, 2024 · 0 comments
Open

Add sass compilation support #24

facundoolano opened this issue Mar 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@facundoolano
Copy link
Owner

It would be useful to have build and serve convert .SCSS files to CSS. But I'm interested in this only as long as it doesn't require an extra component, so I'd favor golibsass over the alternatives that require the Dart executable, even if libsass is deprecated.

Note that together with this change we'd likely want to revisit the fact that conversion from source to taget formats (e.g. org and md to html) is now only done for templates (files headed by front matter). We'd likely want scss files to be converted without require them to be flagged as templates; perhaps we should do the same with markdown and org. (this would also point in the direction of decoupling org/md code coversion from liquid rendering, which sounds like the right thing to do)

@facundoolano facundoolano added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant