We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a297d commit e363b3eCopy full SHA for e363b3e
packages/nimiq-css/src/unocss/index.ts
@@ -391,7 +391,7 @@ export const presetNimiq = definePreset((options: NimiqPresetOptions = {}) => {
391
layer: `${prefix}layer-definition`,
392
getCSS: () => {
393
const layers = [
394
- 'tw-reset',
+ 'preflights',
395
`${prefix}colors`,
396
preflight && `${prefix}preflight`,
397
staticContent && `${prefix}static-content`,
@@ -433,7 +433,7 @@ export const presetNimiq = definePreset((options: NimiqPresetOptions = {}) => {
433
rules,
434
layers: {
435
[`${prefix}layer-definition`]: -301,
436
- [`tw-reset`]: -300,
+ preflights: -300,
437
[`${prefix}colors`]: -50,
438
[`${prefix}preflight`]: -40,
439
components: -1,
0 commit comments