Skip to content

Commit

Permalink
Fixed styles being purged incorrectly #44
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Aug 20, 2021
1 parent 353e87f commit d6b1a9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v5.0.6 (2021-08-20)

### What's fixed

* Fixed TailwindCSS classes being purged incorrectly #44

## v5.0.5 (2021-08-19)

### What's new
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
prefix: 'cookies-',
purge: [
'./resources/views/notice.antlers.php'
'./resources/views/notice.antlers.html'
],
theme: {
extend: {},
Expand Down

0 comments on commit d6b1a9e

Please sign in to comment.