浏览代码

dont use the underscore prefix

NAME 5 年之前
父节点
当前提交
2d929a1f26
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/themes/bootstrap-table/bootstrap-table.scss

+ 2 - 2
src/themes/bootstrap-table/bootstrap-table.scss

@@ -2,9 +2,9 @@
  * @author Dustin Utecht
  * https://github.com/wenzhixin/bootstrap-table/
  */
-@import '_variables';
+@import 'variables';
 @import '../theme.scss';
-@import './_font.css';
+@import './font.scss';
 
 .bootstrap-table {
   input, select {