Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsenft committed Jan 26, 2017
1 parent f6a40e4 commit a5074aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* Adds support for shadow host selectors `:host()` and `:host-context()`.
* Adds support for shadow-piercing descendant combinator `>>>` and its alias
`/deep/` for backwards compatibility.
* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`)
* Fixes emitted CSS for '@page' directive when body includes declarations and
* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`).
* Fixes emitted CSS for `@page` directive when body includes declarations and
page-margin boxes.
* Exports `Message` from `parser.dart` so its no longer necessary to import
* Exports `Message` from `parser.dart` so it's no longer necessary to import
`src/messages.dart` to use the parser API.

## 0.13.2+2
Expand Down

0 comments on commit a5074aa

Please sign in to comment.