Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
fa-content
function and $fa-var
variables
Fix to `_functions.scss` is trivial As per `_variables.scss`, a “find and replace in selection by regexp” functionality may be used. 1. Select lines containing variables 2. Find `: \\(.+);` and replace with `: "$1";` Note: regexp replacement syntax may change according to the editor. Our goal is to turn `$fa-var-0: \30;` into `$fa-var-0: "30";`
- Loading branch information