tailwind-css-prefix-remover: helps remove duplicated prefixes from class names and ensures that only one class with a specific prefix is included in the final output #11405
Closed
ala-garbaa-pro
started this conversation in
Show and tell
Replies: 1 comment
-
I will use postcss its better ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This repository provides a TypeScript function called tcpr (Tailwind CSS Prefix Remover) that helps remove duplicated prefixes from class names and ensures that only one class with a specific prefix is included in the final output.:
https://github.com/ala-garbaa-pro/tailwind-css-prefix-remover
Example
After calling the
tcpr
function, the resulting class name will look like this:Beta Was this translation helpful? Give feedback.
All reactions