Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Created December 11, 2018 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiiBird/9eb5eeafcbc77b447e97a03b711eb6b4 to your computer and use it in GitHub Desktop.
Save iiiBird/9eb5eeafcbc77b447e97a03b711eb6b4 to your computer and use it in GitHub Desktop.
Найти и заменить notedap регулярное выражение
Найти
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