Support changing important modifier - convert `!` to `i-`
See original GitHub issueIs your feature request related to a problem? Please describe. I use windicss in wechat miniapp with https://github.com/pcdotfan/taro-plugin-tailwind, but wechat miniapp’s wxss can’t support slash and backslash as a classname, some widicss feature can’t use.
Describe the solution you’d like
Is there a plan to translate !text-green-300
to i-text-green-300
, to avoid a backslash in classname?
before:
.\!text-green-300 {
--tw-text-opacity: 1 !important;
color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}
after:
.i-text-green-300 {
--tw-text-opacity: 1 !important;
color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Modifier - Android Developers
A modifier whose onGloballyPositioned is called with the final LayoutCoordinates of the Layout when the global position of the content may have changed....
Read more >ending support for new broad match modifier keywords
Within Google Ads Editor: Gif of Google Ads Editor UI showing how to change broad match modifier keywords. When you convert your BMM...
Read more >Medicare NCCI 2022 Coding Policy Manual - CMS
Appending modifier 25 to a significant, separately identifiable E&M service when performed on the same date of service as an “XXX” procedure is ......
Read more >Changes: HIPAA Code Conversion for Local Modifier ZS -
Local modifier ZS designates both the professional (26) and technical (TC) components of a split-billable procedure on a claim or Prior ...
Read more >Turn To Patch Modifier | 3ds Max 2021
Note: Converting from one object type to another causes a complete caching in the modifier stack. When you have large objects in your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Likely windi v4 at this stage when we move the core to unocss
thanks,fighting