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
then it doesn't create classes for a or blockquoteif it can't find the classes inside the @extend clause in the wild. So I don't know how the pre-processed CSS handed from Sass to PurgeCSS exactly looks like and if PurgeCSS even has a change to fix this, but it's still not the behaviour I expected.
To Reproduce
Compile the SCSS code from with Sass and PurgeCSS, e.g. via Vite.js.
Expected Behavior
PurgeCSS should create styles for .rte a and .rte blockquote even when it doesn't encounter the Bootstrap classes the files it looks through.
Environment
Node 18
Add any other context about the problem here
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
Not sure if this is in the responsibility of PurgeCSS, but when I have this SCSS file:
then it doesn't create classes for
a
orblockquote
if it can't find the classes inside the@extend
clause in the wild. So I don't know how the pre-processed CSS handed from Sass to PurgeCSS exactly looks like and if PurgeCSS even has a change to fix this, but it's still not the behaviour I expected.To Reproduce
Compile the SCSS code from with Sass and PurgeCSS, e.g. via Vite.js.
Expected Behavior
PurgeCSS should create styles for
.rte a
and.rte blockquote
even when it doesn't encounter the Bootstrap classes the files it looks through.Environment
Node 18
Add any other context about the problem here
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: