提交 1c6e25b8 编写于 作者: M Miguel Solorio

Load Octicons through ts instead of css import

上级 bd9d98bb
......@@ -3,6 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./octicons/octicons';
import 'vs/css!./octicons/octicons2';
import 'vs/css!./octicons/octicons-main';
import 'vs/css!./octicons/octicons-animations';
import { escape } from 'vs/base/common/strings';
......
@import 'octicons.css';
@import 'octicons2.css';
body[data-octicons-update="enabled"] {
--version: octicons2;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册