Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 7fb5721

Browse files
committed
Tweaks
1 parent dcc4903 commit 7fb5721

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ and this project mostly adheres to [Semantic Versioning](https://semver.org/spec
2424
### Fixed
2525
- Fixed escaping in selectors generated by the plugin
2626

27-
## 1.0.0 - 2018-08-13
27+
## [1.0.0] - 2018-08-13
2828

2929
Initial release
3030

3131
[Unreleased]: https://github.com/benface/tailwindcss-filters/compare/v2.0.0-beta.1...HEAD
3232
[2.0.0-beta.1]: https://github.com/benface/tailwindcss-filters/compare/v1.0.2...v2.0.0-beta.1
3333
[1.0.2]: https://github.com/benface/tailwindcss-filters/compare/v1.0.1...v1.0.2
3434
[1.0.1]: https://github.com/benface/tailwindcss-filters/compare/v1.0.0...v1.0.1
35+
[1.0.0]: https://github.com/benface/tailwindcss-filters/releases/tag/v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm install tailwindcss-filters
99
## Usage
1010

1111
```js
12-
// In your Tailwind CSS config
12+
// tailwind.config.js
1313
{
1414
theme: {
1515
filter: { // defaults to {}

0 commit comments

Comments
 (0)