@tinacms/scripts 0.51.1 → 0.51.2
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/dist/index.js +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -278,6 +278,9 @@ var config = (cwd = "") => {
|
|
|
278
278
|
auto: "auto"
|
|
279
279
|
},
|
|
280
280
|
extend: {
|
|
281
|
+
animation: {
|
|
282
|
+
"spin-reverse": "spin 1s linear infinite reverse"
|
|
283
|
+
},
|
|
281
284
|
scale: {
|
|
282
285
|
97: ".97",
|
|
283
286
|
103: "1.03"
|
|
@@ -340,6 +343,12 @@ var config = (cwd = "") => {
|
|
|
340
343
|
},
|
|
341
344
|
maxWidth: {
|
|
342
345
|
form: "900px"
|
|
346
|
+
},
|
|
347
|
+
screens: {
|
|
348
|
+
xs: "320px",
|
|
349
|
+
sm: "560px",
|
|
350
|
+
md: "720px",
|
|
351
|
+
lg: "1030px"
|
|
343
352
|
}
|
|
344
353
|
}
|
|
345
354
|
},
|