diff --git a/src/selectorsets/root.less b/src/selectorsets/root.less index e1e4e23..7d7d613 100644 --- a/src/selectorsets/root.less +++ b/src/selectorsets/root.less @@ -105,7 +105,7 @@ @input-color: ~':where(input[type="color"])'; @input-file: ~':where(input[type="file"])'; @input-range: ~':where(input[type="range"])'; -@input-button: ~':where(input[type="button"], .input[type="submit"], .input[type="reset"], button)'; +@input-button: ~':where(input[type="button"], input[type="submit"], input[type="reset"], button)'; @form-flex: ~':where(.form-flex)'; @form-flex-content: ~':where(.form-flex-content, p)';