Skip to content

Commit

Permalink
Add support for multiple matching selector
Browse files Browse the repository at this point in the history
- Update changelog message
- ran `yarn commit`
  • Loading branch information
codr committed Nov 8, 2022
1 parent 5140352 commit bd1d59f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
path (or string), 3) optional Sass options
- BREAKING: Require `sass` as a peer-dependency, removing True `sass` option
- BREAKING: Drop support for node < 14.15.0
- FEATURE: Check for contains across multiple block with matching styles.
- FEATURE: `contains()` checks multiple block with matching selectors.
[#243](https://github.com/oddbird/true/pull/243)
- INTERNAL: Use both Jest and Mocha for internal testing
- INTERNAL: Update dependencies
Expand Down
29 changes: 25 additions & 4 deletions test/css/test.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd1d59f

Please sign in to comment.