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

RFS with WordPress (?) #473

Open
begrafx opened this issue Jul 11, 2024 · 1 comment
Open

RFS with WordPress (?) #473

begrafx opened this issue Jul 11, 2024 · 1 comment

Comments

@begrafx
Copy link

begrafx commented Jul 11, 2024

This is more a question than an "issue". I've been looking at RFS for a while now, and it seems like a great tool. I've got a project I'm working on right now that it would be the perfect solution for. Has anyone gotten RFS to work in a WordPress environment? I've looked, I don't find any PlugIns, and Google searches in this regard seem to come up dry. So I thought I'd go "straight to the source" and see if anyone else has found a solution.

@owaisahmed5300
Copy link

It's primarily a SCSS stylesheet, so as long as you can enqueue a CSS stylesheet into WordPress, you can use it. Essentially, it's a tool for developers to write stylesheets quickly. It can't be a WordPress plugin because it executes at compile time. Therefore, if you're building a theme or custom WordPress plugin, you can use it to generate stylesheets efficiently which you later enqueue to WP.

I don't think any page builder has adopted this approach yet, where the end-user can specify base font size and ratios, and the system automatically scales them according to screen resolution. While such a feature is feasible to develop in WordPress, it requires extensive server-side logic. Implementing it into existing page builder codebases would be time-consuming, and I doubt they would undertake such a project.

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

No branches or pull requests

2 participants