@transferwise/neptune-css 12.3.6 → 12.3.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "12.3.6",
4
+ "version": "12.3.7",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -60,5 +60,5 @@
60
60
  "bin": {
61
61
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
62
62
  },
63
- "gitHead": "2bc858127a983217eb2f11cbee221e24fb5260ac"
63
+ "gitHead": "ae974aa36be0da56feadf48eb662a3eae57bfee7"
64
64
  }
@@ -101,7 +101,7 @@
101
101
  }
102
102
  }
103
103
 
104
- @media (--screen-md) {
104
+ @media (--screen-md-max) {
105
105
  // apply to body to prevent background scrolling
106
106
  .column-layout-open {
107
107
  overflow: hidden;