1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Updated the CSS rules to fix deprecation alert from Atom

Michaël Ferrand 2017-02-09 17:06:33 +01:00
parent 3cd212a904
commit 7fab54280f

@ -25,8 +25,8 @@ Beware that in some syntaxes **selected ligatures might not work**. This is usua
To turn off ligatures inside of strings and regular expressions you can add this to your stylesheet:
```css
atom-text-editor::shadow .string.quoted,
atom-text-editor::shadow .string.regexp {
atom-text-editor.editor .syntax--string.syntax--quoted,
atom-text-editor.editor .syntax--string.syntax--regexp {
-webkit-font-feature-settings: "liga" off, "calt" off;
}
```