Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental/fontawesome css unicode fix #540

Open
wants to merge 3 commits into
base: fontawesome-css
Choose a base branch
from

Conversation

tagliala
Copy link
Member

@tagliala tagliala commented Mar 20, 2022

Steps are described in individual commits

Ref: FortAwesome/Font-Awesome#18775

@tagliala tagliala force-pushed the experimental/fontawesome-css-unicode-fix branch from 8366f16 to a58cf89 Compare September 27, 2022 17:02
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";`
@tagliala tagliala force-pushed the experimental/fontawesome-css-unicode-fix branch from a58cf89 to 5846641 Compare September 27, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant