@andreyshpigunov/x 0.5.11 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -19,7 +19,7 @@
19
19
  "functionName": "headerAnimation"
20
20
  }'>
21
21
  <header class="header flex aic sticky t0 px5 m:px6 l:px8 unselectable">
22
- <div class="header-version nowrap">0.5.11</div>
22
+ <div class="header-version nowrap">0.5.12</div>
23
23
  <div class="header-logo mxa">
24
24
  <a role="button" x-scrollto="#top">
25
25
  <img src="assets/img/logo.png" alt="x" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreyshpigunov/x",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "x-js": "dist/x.js",
5
5
  "app-js": "assets/js/app.js",
6
6
  "targets": {
@@ -50,4 +50,4 @@
50
50
  "./x.css": "./dist/x.css",
51
51
  "./x.js": "./dist/x.js"
52
52
  }
53
- }
53
+ }
@@ -105,7 +105,7 @@ All right reserved.
105
105
  .italic
106
106
  .strike
107
107
  .fs[10-19] step 1 (m,l,xl) - size in rem - 1.0, 1.1, 1.2, ..., 1.9
108
- .fs[20-64] step 2 (m,l,xl) - size in rem - 2.0, 2.2, 2.4, ..., 6.4
108
+ .fs[20-100] step 2 (m,l,xl) - size in rem - 2.0, 2.2, 2.4, ..., 6.4
109
109
  .fw[100-900] step 100 (m,l,xl)
110
110
  .ls[0-4] (m,l,xl)
111
111
  .lh[0-9] (m,l,xl) - values: 1.0-1.9
@@ -1094,7 +1094,7 @@ html.touch .touch-hide { display: none }
1094
1094
  @for $i from 10 to 19 {
1095
1095
  .fs$(i) { font-size: calc($(i)rem / 10) }
1096
1096
  }
1097
- @for $i from 20 to 64 by 2 {
1097
+ @for $i from 20 to 100 by 2 {
1098
1098
  .fs$(i) { font-size: calc($(i)rem / 10) }
1099
1099
  }
1100
1100
  @for $i from 100 to 900 by 100 {
@@ -1105,7 +1105,7 @@ html.touch .touch-hide { display: none }
1105
1105
  @for $i from 10 to 19 {
1106
1106
  .m\:fs$(i) { font-size: calc($(i)rem / 10) }
1107
1107
  }
1108
- @for $i from 20 to 64 by 2 {
1108
+ @for $i from 20 to 100 by 2 {
1109
1109
  .m\:fs$(i) { font-size: calc($(i)rem / 10) }
1110
1110
  }
1111
1111
  @for $i from 100 to 900 by 100 {
@@ -1117,7 +1117,7 @@ html.touch .touch-hide { display: none }
1117
1117
  @for $i from 10 to 19 {
1118
1118
  .l\:fs$(i) { font-size: calc($(i)rem / 10) }
1119
1119
  }
1120
- @for $i from 20 to 64 by 2 {
1120
+ @for $i from 20 to 100 by 2 {
1121
1121
  .l\:fs$(i) { font-size: calc($(i)rem / 10) }
1122
1122
  }
1123
1123
  @for $i from 100 to 900 by 100 {
@@ -1129,7 +1129,7 @@ html.touch .touch-hide { display: none }
1129
1129
  @for $i from 10 to 19 {
1130
1130
  .xl\:fs$(i) { font-size: calc($(i)rem / 10) }
1131
1131
  }
1132
- @for $i from 20 to 64 by 2 {
1132
+ @for $i from 20 to 100 by 2 {
1133
1133
  .xl\:fs$(i) { font-size: calc($(i)rem / 10) }
1134
1134
  }
1135
1135
  @for $i from 100 to 900 by 100 {