From 780a8fea39c77a810956b47d4e037aec16832521 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 8 Dec 2015 16:13:50 -0800 Subject: [PATCH] Remove hyphenate from word-wrap. Not valid value. --- src/vs/languages/css/common/buildscripts/css-schema.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 8e3eb2dbe9a..f288b1feb7e 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -19066,9 +19066,6 @@ An unbreakable 'word' may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line. - - An unbreakable 'word' may be hyphenated if there are no otherwise-acceptable break points in the line even if hyphenation is turned off. - Lines may break only at allowed break points. -- GitLab