pacem-less 0.21.0 → 0.25.0-atlantis

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.
@@ -137,7 +137,7 @@
137
137
  ul.@{PCSS}-viewfinder {
138
138
  background-color: transparent;
139
139
  border-color: transparent !important;
140
- height: @field_height;
140
+ min-height: @field_height;
141
141
 
142
142
  li.@{PCSS}-tag:first-child {
143
143
  @{P}-tag {
@@ -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",
2
+ "version": "0.25.0-atlantis",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {