We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdf1fa2 + 82bf320 commit 443c3e9Copy full SHA for 443c3e9
app/styles/_class.scss
@@ -10,7 +10,7 @@ article.chapter {
10
display: block;
11
position: relative;
12
13
- @media (min-width: $mobile-portrait-screen + 1){
+ @media (min-width: ($mobile-portrait-screen + 1)){
14
&::before, &::after {
15
transition: 0.2s opacity, 0.2s transform;
16
}
package.json
@@ -117,7 +117,7 @@
117
"testem": "^2.14.0"
118
},
119
"engines": {
120
- "node": "14.* || 16.* || 18.*",
+ "node": "14.*",
121
"npm": "8"
122
123
"cacheDirectories": [
0 commit comments