Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 0c50027

Browse files
committed
Update changelog and readme
1 parent 64ed7dd commit 0c50027

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Nothing yet!
1111

12+
## [0.1.16] - 2021-03-28
13+
14+
### Added
15+
16+
- Add support for selectors in `important` option ([#175](https://github.com/tailwindlabs/tailwindcss-jit/issues/175))
17+
1218
## [0.1.15] - 2021-03-27
1319

1420
### Added
1521

16-
- Add `!font-bold`-style important modifier #([#174](https://github.com/tailwindlabs/tailwindcss-jit/issues/174))
22+
- Add `!font-bold`-style important modifier ([#174](https://github.com/tailwindlabs/tailwindcss-jit/issues/174))
1723

1824
## [0.1.14] - 2021-03-27
1925

@@ -126,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126132

127133
- Everything!
128134

129-
[unreleased]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.15...HEAD
135+
[unreleased]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.16...HEAD
136+
[0.1.16]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.15...v0.1.16
130137
[0.1.15]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.14...v0.1.15
131138
[0.1.14]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.13...v0.1.14
132139
[0.1.13]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.12...v0.1.13

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ This library is very close to feature parity with `tailwindcss` currently and fo
141141

142142
There are a few items still on our todo list though that we are actively working on:
143143

144-
- The `important` option does not yet support selectors (like `#app`).
145144
- Advanced PurgeCSS options like `safelist` aren't supported yet since we aren't actually using PurgeCSS. We'll add a way to safelist classes for sure though. For now, a `safelist.txt` file somewhere in your project with all the classes you want to safelist will work fine.
146145
- You can only `@apply` classes that are part of core, generated by plugins, or defined within a `@layer` rule. You can't `@apply` arbitrary CSS classes that aren't defined within a `@layer` rule.
147146
- Currently the JIT project **only supports PostCSS 8**. We may do a compat build like we do for Tailwind, but it isn't a priority right now.

0 commit comments

Comments
 (0)