Hacker News new | ask | show | jobs
Show HN: A Dynamic CSS Compiler for WordPress (github.com)
8 points by ykadosh 3637 days ago
2 comments

Wow. Based on an initial review this looks amazing. Congratulations! This could come in handy for future projects.
Thank you! Your feedback is important.
Interesting project and congratulations.

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

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.