Browse Source

dont use the underscore prefix

NAME 5 years ago
parent
commit
2d929a1f26
1 changed files with 2 additions and 2 deletions
  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
  * @author Dustin Utecht
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */
-@import '_variables';
+@import 'variables';
 @import '../theme.scss';
 @import '../theme.scss';
-@import './_font.css';
+@import './font.scss';
 
 
 .bootstrap-table {
 .bootstrap-table {
   input, select {
   input, select {