Skip to content

Commit 2f1d09d

Browse files
committed
fix(style): move p-formkit-data-debug to upper level
1 parent d19eaa6 commit 2f1d09d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/sass/formkit-primevue.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ $grid-breakpoints: (
142142
padding-top: 0.5rem;
143143
}
144144

145-
// Debug
146-
.p-formkit-data-debug {
147-
pre, span {
148-
font-size: 0.75rem;
149-
line-height: 1rem;
150-
}
151-
}
152-
153145
.p-action-buttons {
154146
margin-top: 0.25rem;
155147
.p-button {
@@ -161,6 +153,14 @@ $grid-breakpoints: (
161153
}
162154
}
163155

156+
// Debug
157+
.p-formkit-data-debug {
158+
pre, span {
159+
font-size: 0.75rem;
160+
line-height: 1rem;
161+
}
162+
}
163+
164164
// Change column behaviour in larger views
165165
@include media-breakpoint-up(lg) {
166166
.formkit-form {

0 commit comments

Comments
 (0)