Created
December 11, 2018 06:38
-
-
Save iiiBird/9eb5eeafcbc77b447e97a03b711eb6b4 to your computer and use it in GitHub Desktop.
Найти и заменить notedap регулярное выражение
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Найти | |
font-size:\s?(\d+)px; | |
Заменить | |
font-size: rem\($1px\); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment