vitrify 0.17.14 → 0.17.15
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
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// Import normalize and animate css
|
|
2
1
|
import { definePreset, presetIcons, transformerVariantGroup } from 'unocss';
|
|
3
2
|
import presetUno from '@unocss/preset-uno';
|
|
4
3
|
import { defaultTheme } from './theme.js';
|
|
@@ -1773,6 +1772,10 @@ textarea {
|
|
|
1773
1772
|
margin: 0;
|
|
1774
1773
|
}
|
|
1775
1774
|
|
|
1775
|
+
html, body
|
|
1776
|
+
margin: 0
|
|
1777
|
+
box-sizing: border-box
|
|
1778
|
+
|
|
1776
1779
|
/* beasties:include end */`
|
|
1777
1780
|
}
|
|
1778
1781
|
].concat(QBreadcrumbsPreflights, QCheckboxPreflights, QChipPreflights, QCircularProgressPreflights, QDialogPreflights, QFieldPreflights, QLayoutPreflights, QLinearProgressPreflights, QRadioPreflights, QSelectPreflights, QSpinnerPreflights, QSkeletonPreflights, QTablePreflights, QTogglePreflights, QTreePreflights, ColorPreflights, DarkPreflights, HelperPreflights, MousePreflights, TypographyPreflights, VisibilityPreflights, TransitionPreflights, SizePreflights),
|
package/package.json
CHANGED
package/src/node/index.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// Import normalize and animate css
|
|
2
1
|
import {
|
|
3
2
|
definePreset,
|
|
4
3
|
type Preflight,
|
|
@@ -1882,6 +1881,10 @@ textarea {
|
|
|
1882
1881
|
margin: 0;
|
|
1883
1882
|
}
|
|
1884
1883
|
|
|
1884
|
+
html, body
|
|
1885
|
+
margin: 0
|
|
1886
|
+
box-sizing: border-box
|
|
1887
|
+
|
|
1885
1888
|
/* beasties:include end */`
|
|
1886
1889
|
}
|
|
1887
1890
|
] as Preflight<QuasarTheme>[]
|