Answer the question
In order to leave comments, you need to log in
How to remove a regular expression pseudo-selector?
Good day, how can I remove the pseudo selector from the rule with a regular expression?
Example
p::hover{
}
b:ntd-child(2n){
}
a:first-letter{
display:block;
}
a::first-letter{
display:block;
}
b{
}
p{
}
a{
display:block;
}
a{
display:block;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question