We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d54db commit 2db0de2Copy full SHA for 2db0de2
1 file changed
CHANGELOG.md
@@ -2,10 +2,18 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Improved error messages. [#27](https://github.com/Stranger6667/css-inline/issues/27)
8
9
### Fixed
10
11
- Ignore `@media` queries, since they can not be inlined. [#7](https://github.com/Stranger6667/css-inline/issues/7)
12
13
+### Performance
14
15
+- Improve performance for merging new styles in existing "style" attributes.
16
17
## 0.1.0 - 2020-06-22
18
19
- Initial public release
0 commit comments