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

Making css processing a plugin #158

Open
UnwarySage opened this issue May 30, 2021 · 1 comment
Open

Making css processing a plugin #158

UnwarySage opened this issue May 30, 2021 · 1 comment

Comments

@UnwarySage
Copy link

Hello.
I wanted to use post-css in my blog with Cryogen, and looked into #27 as a guide to how to do it.
I have a initial prototype of css rendering being a plugin, but would like input if possible.

the namespace cryogen_core.css contains the slot for a css plugin to be registered, and a protocol for them roughly based on the one from `cryogen_core.markup.

I modified cryogen_core.compiler to call the processor, but don't fully trust my grokking of the compilation process.

My next steps, absent central flaws, is making an actual plugin for sass, and figuring out the development environment setup for that.

@holyjak
Copy link
Contributor

holyjak commented Oct 5, 2021

@UnwarySage if you send it as a draft PR then I can comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants