mp-design-system 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -6,7 +6,7 @@
6
6
  background: color('petrol', 'step-3');
7
7
  }
8
8
 
9
- &__section + &__section {
9
+ &__section + .c-form__section {
10
10
  border-top: 2px solid color('white');
11
11
  }
12
12