You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the styles.scss file in the provided repo, when the plugin order the class the #{'!important'} go to the first place, breaking the @apply rule.
The #{'!important'} should be at the last place.
The text was updated successfully, but these errors were encountered:
abrahamsaanchez
changed the title
Use of #{'!important'} in scss
Use of @apply ... #{'!important'} in scssAug 31, 2023
What version of
prettier-plugin-tailwindcss
are you using?v0.5.3
What version of Tailwind CSS are you using?
v3.3.3
What version of Node.js are you using?
v18.16.0
What package manager are you using?
npm
What operating system are you using?
Ubuntu
Reproduction URL
https://github.com/abrahamsaanchez/prettier-plugin-important
Describe your issue
As you can see in the
styles.scss
file in the provided repo, when the plugin order the class the#{'!important'}
go to the first place, breaking the@apply
rule.The
#{'!important'}
should be at the last place.The text was updated successfully, but these errors were encountered: