From bd9d62b882841f2bf40b9da4192757e9e8ddf2da Mon Sep 17 00:00:00 2001 From: David Storey Date: Thu, 19 Nov 2015 17:35:18 -0800 Subject: [PATCH] Add @counter-style CSS at-rule to auto-complete --- src/vs/languages/css/common/buildscripts/css-schema.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index f1fe59baf4c..16cb0336b34 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -22,6 +22,9 @@ Authors may use @counter declaration blocks and the 'page-policy' property, which applies only to strings and counters. + + Defines a custom counter style. + Allows for linking to fonts that are automatically activated when needed. This permits authors to work around the limitation of 'web-safe' fonts, allowing for consistent rendering independent of the fonts available in a given user's environment.