Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 212 Bytes

NOTES.md

File metadata and controls

12 lines (10 loc) · 212 Bytes

Создать из SCSS vars файл с цветами

with regex find:^$([^:]+).+ replace:.js_$1 { color: $ $1; }

without regex find:- replace:_

with regex find:$\s+ replace:$