@appartmint/mint 4.0.4 → 4.0.5

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.4",
4
+ "version": "4.0.5",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -34,7 +34,7 @@ body {
34
34
  z-index: 1000;
35
35
  height: css-var(header-height);
36
36
 
37
- &#{class(expand)} {
37
+ #{class(expand)} {
38
38
  @include break($header-break) {
39
39
  #{class(buttons)} {
40
40
  width: auto;
@@ -133,7 +133,7 @@ body {
133
133
  }
134
134
  }
135
135
 
136
- &#{class(spread)} {
136
+ #{class(spread)} {
137
137
  @include break-max($header-break) {
138
138
  #{id(wrapper)} {
139
139
  #{$has-controls} {