Skip to content

Commit 19b42ee

Browse files
authored
chore: add postcss-lit comment to disable Stylelint warning (#9858)
1 parent cb3cb99 commit 19b42ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/field-base/src/styles/checkable-base-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import '@vaadin/component-base/src/style-props.js';
77
import { css, unsafeCSS } from 'lit';
88

9+
// postcss-lit-disable-next-line
910
export const checkable = (part, propName = part) => css`
1011
:host {
1112
align-items: center;

0 commit comments

Comments
 (0)