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
I've been trying unsuccessfully to get :before and :after pseudo selectors to work, but they seem to just be ignored. Can anybody confirm that they work for them with 3.0.0-beta.2?
Update: it also does not work when written this way, however with this version I can see the respective code in lib/src/processing/befores_afters.dart get executed. Still no visible difference though.
I've been trying unsuccessfully to get
:before
and:after
pseudo selectors to work, but they seem to just be ignored. Can anybody confirm that they work for them with3.0.0-beta.2
?Both
li:before
andli::before
do not work.Update: it also does not work when written this way, however with this version I can see the respective code in
lib/src/processing/befores_afters.dart
get executed. Still no visible difference though.The text was updated successfully, but these errors were encountered: