Skip to content

Update matching classes and ids#24

Open
xorandnor wants to merge 1 commit intoucym:masterfrom
xorandnor:master
Open

Update matching classes and ids#24
xorandnor wants to merge 1 commit intoucym:masterfrom
xorandnor:master

Conversation

@xorandnor
Copy link

It is better to use '[^{]*' instead of '.*' for this regex.
This way it will match this type of declarations in css:

.comeClass
{ color: red; }

It is better to use '[^{]*' instead of '.*'
This way it will match this type of declarations in css:
.comeClass
{ color: red; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant