Skip to content

Commit

Permalink
Helper type for CSS parser (#1447)
Browse files Browse the repository at this point in the history
* Add intermediate CSSParser type

* Clean up

* Extract API

* Mark Parser as public

* Extract API

* Remove unused imports

Co-authored-by: Rolf Christian Jørgensen <[email protected]>

* Remove unused imports

* Add changeset

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rolf Christian Jørgensen <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent 2d527a6 commit 9abb81f
Show file tree
Hide file tree
Showing 55 changed files with 296 additions and 352 deletions.
7 changes: 7 additions & 0 deletions .changeset/sharp-cameras-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@siteimprove/alfa-css": minor
---

**Removed:** The `Gradient.parseItem` helper has been removed as it wasn't used.

If need be, use `Parser.either(Gradient.parseHint, Gradient.parseStop)` instead.
Loading

0 comments on commit 9abb81f

Please sign in to comment.