Skip to content

Commit 0d3c15e

Browse files
committed
fix context selector
1 parent 6ca4409 commit 0d3c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/03-base/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $text-inputs-list: 'input[type="color"]', 'input[type="date"]',
1111
$all-text-inputs: assign-inputs($text-inputs-list);
1212

1313
// Not apply style to ACF fields
14-
*:not([class*="acf-"]) > {
14+
#{context-selector(":where(body)", ":where(*:not([class*="acf-"])) >")} {
1515
// Textarea
1616
textarea {
1717
resize: vertical;

0 commit comments

Comments
 (0)