@worksafevictoria/wcl7.5 1.1.0-beta.47 → 1.1.0-beta.48

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.47",
3
+ "version": "1.1.0-beta.48",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -7,14 +7,16 @@ $grid-breakpoints: (
7
7
  sm: 576px,
8
8
  md: 768px,
9
9
  lg: 992px,
10
- xl: 1200px
10
+ xl: 1200px,
11
+ xxl: 1400px
11
12
  );
12
13
 
13
14
  $container-max-widths: (
14
15
  sm: 540px,
15
16
  md: 720px,
16
17
  lg: 960px,
17
- xl: 1140px
18
+ xl: 1140px,
19
+ xxl: 1320px
18
20
  );
19
21
 
20
22
  // Minimum breakpoint width. Null for the smallest (first) breakpoint.