Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve PurgeCSS integration
- Add better Pug support
- Add "modes", with "all" and "conservative" by default
- Allow passing options through to PurgeCSS
- Rename `paths` to `content` to match PurgeCSS
  • Loading branch information
adamwathan committed Apr 28, 2020
commit 64b6c955c7c3e2502a1cfce3f6fcc7ac96a6b854
2 changes: 1 addition & 1 deletion __tests__/fixtures/purge-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="min-h-(screen-4) bg-black! font-%#$@ w-(1/2+8)"></div>

<!-- Pug -->
span.inline-grid.grid-cols-3
span.inline-grid.grid-cols-3(class="px-1.5")
.col-span-2
Hello
.col-span-1.text-center
Expand Down
Loading