Skip to content

Commit c184e5b

Browse files
committed
Don't remove comments that are never added
1 parent bc6b172 commit c184e5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/purgeUnusedStyles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ import * as emoji from '../cli/emoji'
88
function removeTailwindComments(css) {
99
css.walkComments(comment => {
1010
switch (comment.text.trim()) {
11-
case 'tailwind start base':
1211
case 'tailwind start components':
1312
case 'tailwind start utilities':
14-
case 'tailwind end base':
1513
case 'tailwind end components':
1614
case 'tailwind end utilities':
1715
comment.remove()

0 commit comments

Comments
 (0)