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

Is it possible to add support for custom plugins or is it planed? #31

Open
LarsArtmann opened this issue Feb 11, 2021 · 2 comments
Open

Comments

@LarsArtmann
Copy link

No description provided.

@rogden
Copy link
Owner

rogden commented Feb 12, 2021

Hey @LartyHD ! Haven't thought about this yet. Can you give me an idea of what type of functionality/features you would be looking to achieve via a custom plugin?

@LarsArtmann
Copy link
Author

LarsArtmann commented Feb 13, 2021

Sure!
I build a plugin that adds text-{size}-dynamic. The easiest way to explain it is by example:
Before: "<span class="text-sm sm:text-base md:text-lg lg:text-xl xl:text-2xl 2xl:text-3xl">TEXT</span>"
After: "<span class="text-sm-dynamic">TEXT</span>"

Now I would like to add all the newly created text-{size}-dynamic keywords to an own tab like the Font Sizes tab.

(PS: I also build the same for paddings)

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