@milestone-sys/web-design-system 3.7.2 → 3.7.3

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": "@milestone-sys/web-design-system",
3
3
  "description": "Milestone web design system",
4
- "version": "3.7.2",
4
+ "version": "3.7.3",
5
5
  "browserslist": "last 1 version, not dead, > 0.2%",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.prod.js",
@@ -112,47 +112,3 @@ $zindex-element-2: 110;
112
112
 
113
113
  $zindex-modal-1: 10002;
114
114
  $zindex-modal-2: 10010;
115
-
116
- /***************** BOOTSTRAP CONFIGURATION VARIABLES *****************/
117
- $grid-gutter-width: 20px;
118
- $spacers: (
119
- 0: 0,
120
- 1: 4px,
121
- 2: 8px,
122
- 3: 12px,
123
- 4: 16px,
124
- 5: 20px,
125
- 6: 24px,
126
- 7: 32px,
127
- 8: 40px,
128
- 9: 48px,
129
- 10: 64px,
130
- 11: 80px,
131
- 12: 96px,
132
- 13: 112px,
133
- 14: 128px,
134
- 15: 160px
135
- );
136
-
137
- $embed-responsive-aspect-ratios: ((16 9), (2 1));
138
- $enable-responsive-font-sizes: true;
139
- $rfs-factor: 4;
140
-
141
- $aspect-ratios: (
142
- '1x1': 100%,
143
- '2x1': calc(1 / 2 * 100%),
144
- '4x3': calc(3 / 4 * 100%),
145
- '16x9': calc(9 / 16 * 100%),
146
- '21x9': calc(9 / 21 * 100%)
147
- );
148
-
149
- // Typography
150
- //
151
- // Font, line-height, and color for body text, headings, and more.
152
-
153
- // scss-docs-start font-variables
154
- // stylelint-disable value-keyword-case
155
- $font-family-sans-serif: 'Open Sans', sans-serif;
156
-
157
- //Allow Nebgative margins
158
- $enable-negative-margins: true;