pacem-less 0.21.0-jericho → 0.25.0-arcadia

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.
@@ -28,7 +28,6 @@
28
28
  &.icon-bottom {
29
29
  vertical-align: bottom;
30
30
  }
31
-
32
31
  // icon rotations
33
32
  &.icon-rotate {
34
33
  transform-origin: center center;
@@ -61,4 +60,14 @@
61
60
  transform: rotate(315deg);
62
61
  }
63
62
  }
63
+
64
+ &.icon-flip {
65
+ &.flip-horizontal {
66
+ transform: scale(-1,1);
67
+ }
68
+
69
+ &.flip-vertical {
70
+ transform: scale(1,-1);
71
+ }
72
+ }
64
73
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.21.0-jericho",
2
+ "version": "0.25.0-arcadia",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {