提交 0f09edce 编写于 作者: M Martin Aeschlimann

Merge pull request #316 from Tyriar/315_css_frequency_capitalization

Fix CSS frequency capitalization
......@@ -197,7 +197,7 @@ export var units : { [unitName:string]:string[] } = {
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'cc'],
'angle': ['deg', 'rad', 'grad'],
'time': ['ms', 's'],
'frequency': ['hz', 'khz'],
'frequency': ['Hz', 'kHz'],
'resolution': ['dpi', 'dpcm'],
'percentage': ['%']
};
......@@ -480,4 +480,3 @@ export var browserNames = {
IE : 'IE',
O : 'Opera'
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册