@appartmint/mint 4.0.15 → 4.2.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "4.0.15",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -6,12 +6,12 @@
6
6
  @include break(sm) {
7
7
  grid-template-columns: repeat(2, 1fr);
8
8
 
9
- & > :last-child:nth-child(odd) {
9
+ /*& > :last-child:nth-child(odd) {
10
10
  grid-column: span 2;
11
11
  width: 50%;
12
12
  margin-left: auto;
13
13
  margin-right: auto;
14
- }
14
+ }*/
15
15
  }
16
16
  }
17
17
 
@@ -19,12 +19,12 @@
19
19
  @include break(lg) {
20
20
  grid-template-columns: repeat(3, 1fr);
21
21
 
22
- & > :last-child:nth-child(odd) {
22
+ /*& > :last-child:nth-child(odd) {
23
23
  grid-column: span 1;
24
24
  width: 100%;
25
25
  }
26
26
 
27
- & > :last-child:nth-child(#{'3n'}) {
27
+ & > :last-child:nth-child(#{'3n+1'}) {
28
28
  grid-column: 2;
29
29
  }
30
30
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  & > :nth-last-child(2):nth-child(#{'3n+1'}) {
36
36
  grid-column: 1;
37
- }
37
+ }*/
38
38
  }
39
39
  }
40
40
 
@@ -42,7 +42,7 @@
42
42
  @include break(xl) {
43
43
  grid-template-columns: repeat(4, 1fr);
44
44
 
45
- & > :last-child:nth-child(odd),
45
+ /*& > :last-child:nth-child(odd),
46
46
  & > :last-child:nth-child(#{'3n+1'}),
47
47
  & > :last-child:nth-child(#{'3n+2'}),
48
48
  & > :nth-last-child(2):nth-child(#{'3n+1'}) {
@@ -84,7 +84,7 @@
84
84
 
85
85
  & > :nth-last-child(3):nth-child(#{'4n+1'}) {
86
86
  grid-column: 1;
87
- }
87
+ }*/
88
88
  }
89
89
 
90
90
  }
@@ -261,6 +261,7 @@
261
261
  padding-top: 25%;
262
262
  background: none;
263
263
  border: none;
264
+ width: 100%;
264
265
 
265
266
  &::before {
266
267
  opacity: 0;