Browse code

Remove old version 5

Benjamin Roth authored on14/03/2021 15:27:00
Showing1 changed files
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
Browse code

Initial commit

Benjamin Roth authored on19/05/2020 21:59:44
Showing1 changed files
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