Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Jan 14, 2025
1 parent 4d5af57 commit 398d4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/validators/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ const NESTED_CLASS_REGEX = `&${CLASS_REGEX}`;

export {
ATTRIBUTE_CHILD_REGEX,
ATTRIBUTE_REGEX,
ATTRIBUTE_SIBLING_REGEX,
BLOCK_REGEX,
CHILD_REGEX,
CLASS_CHILD_REGEX,
CLASS_REGEX,
CLASS_SIBLING_REGEX,
ELEMENT_REGEX,
MODIFIER_REGEX,
Expand Down

0 comments on commit 398d4e4

Please sign in to comment.