mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Update css <length> units used by CSS auto-complete #290
This commit is contained in:
@@ -194,7 +194,7 @@ export var colorKeywords : { [name:string]:string } = {
|
||||
};
|
||||
|
||||
export var units : { [unitName:string]:string[] } = {
|
||||
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'cc'],
|
||||
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'],
|
||||
'angle': ['deg', 'rad', 'grad', 'turn'],
|
||||
'time': ['ms', 's'],
|
||||
'frequency': ['Hz', 'kHz'],
|
||||
|
||||
Reference in New Issue
Block a user