1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,16 +0,0 @@ |
1 |
-@import url('./less/mixins.less'); |
|
2 |
- |
|
3 |
-@themeColor: $themeColor; |
|
4 |
-@colors: $colors; |
|
5 |
- |
|
6 |
-@font-face { |
|
7 |
- @fontBase64: swiperIconsFont(); |
|
8 |
- font-family: 'swiper-icons'; |
|
9 |
- src: url("data:application/font-woff;charset=utf-8;base64, @{fontBase64}") format("woff"); |
|
10 |
- font-weight: 400; |
|
11 |
- font-style: normal; |
|
12 |
-} |
|
13 |
- |
|
14 |
-@import url('./components/core/core.less'); |
|
15 |
- |
|
16 |
-//IMPORT_COMPONENTS |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+@import url('./less/mixins.less'); |
|
2 |
+ |
|
3 |
+@themeColor: $themeColor; |
|
4 |
+@colors: $colors; |
|
5 |
+ |
|
6 |
+@font-face { |
|
7 |
+ @fontBase64: swiperIconsFont(); |
|
8 |
+ font-family: 'swiper-icons'; |
|
9 |
+ src: url("data:application/font-woff;charset=utf-8;base64, @{fontBase64}") format("woff"); |
|
10 |
+ font-weight: 400; |
|
11 |
+ font-style: normal; |
|
12 |
+} |
|
13 |
+ |
|
14 |
+@import url('./components/core/core.less'); |
|
15 |
+ |
|
16 |
+//IMPORT_COMPONENTS |