@andreyshpigunov/x 0.5.12 → 0.5.14
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/assets/css/app.css +1 -1
- package/cheatsheet.html +1 -0
- package/dist/x.css +1 -1
- package/index.html +1 -1
- package/package.json +2 -2
- package/src/components/x/helpers.css +2 -0
- package/src/css/x.css +2 -2
package/cheatsheet.html
CHANGED
|
@@ -260,6 +260,7 @@
|
|
|
260
260
|
<span class="class-item">.pointer</span>
|
|
261
261
|
<span class="class-item">.toe</span>
|
|
262
262
|
<span class="class-item">.oh</span>
|
|
263
|
+
<span class="class-item">.fix</span>
|
|
263
264
|
<span class="class-item">.rel</span>
|
|
264
265
|
<span class="class-item">.abs</span>
|
|
265
266
|
<span class="class-item">.ins</span>
|