Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 302 Bytes

icomoon-to-scss-variables.md

File metadata and controls

14 lines (10 loc) · 302 Bytes

Convert icomoon output to SCSS variables

  • Search for: .icon

  • Replace with: $icomoon

  • Search for: "

  • Replace with: '

  • Search for regex: :before \{\n(.*?)content

  • Replace with: `` (blank)

  • Search for regex: }\n\n

  • Replace with: `` (blank)