question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support changing important modifier - convert `!` to `i-`

See original GitHub issue

Is 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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
harlan-zwcommented, Jan 5, 2022

Likely windi v4 at this stage when we move the core to unocss

0reactions
Mioflycommented, Jan 5, 2022

Likely windi v4 at this stage

thanks,fighting

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found