From 7fab54280f11efeec0f3f59cfd477f0b0bf47249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ferrand?= Date: Thu, 9 Feb 2017 17:06:33 +0100 Subject: [PATCH] Updated the CSS rules to fix deprecation alert from Atom --- Atom-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Atom-instructions.md b/Atom-instructions.md index 02461d3..40faaec 100644 --- a/Atom-instructions.md +++ b/Atom-instructions.md @@ -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; } ```