@papillonbits/css 1.2.1 → 1.3.0

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.
@@ -101,9 +101,9 @@
101
101
  height: 1px;
102
102
  padding: 0;
103
103
  overflow: hidden;
104
- clip: rect(0, 0, 0, 0);
104
+ clip-path: rect(0 0 0 0);
105
105
  // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631
106
- word-wrap: normal;
106
+ overflow-wrap: normal;
107
107
  border: 0;
108
108
  }
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonbits/css",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "Papillon Bits CSS",
5
5
  "homepage": "https://github.com/papillonbits/papillonbits/tree/master/packages/css",
6
6
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "build-acceptance": "npm run build",
24
24
  "build-release": "npm run build"
25
25
  },
26
- "gitHead": "819ac31d3cfbb740c476ae0cdb9c2b9e6035edbd"
26
+ "gitHead": "b311be8dc109fd3b709526949dfeb0e43ad1c564"
27
27
  }