top | item 12073288

Show HN: A Dynamic CSS Compiler for WordPress

8 points| ykadosh | 9 years ago |github.com | reply

4 comments

order
[+] andrewworsfold|9 years ago|reply
Wow. Based on an initial review this looks amazing. Congratulations! This could come in handy for future projects.
[+] ykadosh|9 years ago|reply
Thank you! Your feedback is important.
[+] tapiwa|9 years ago|reply
Interesting project and congratulations.

Seems like a simpler version of scssphp (and associated WP plugins based on it).

[+] ykadosh|9 years ago|reply
Thanks! scssphp as a fully blown SCSS compiler. It's much slower, and not intended for real time compilation on every page load. wp-dynamic-css on the other hand is lightweight and fast, and is perfect for generating stylesheets based on dynamic user data on the fly.