Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
vesper8 committed Nov 20, 2020
1 parent e6bd576 commit 61782e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions extractClassNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ function extractClasses($file)

$stripThese = [
'.',
// ' {}',
// ' > :not(template) ~ :not(template)',
// ' > :not([hidden]) ~ :not([hidden])',

'::-moz-placeholder',
'::-ms-check',
Expand Down Expand Up @@ -96,8 +93,7 @@ function extractClasses($file)

sort($keepers);

$file = '
export default {
$file = 'export default {
data() {
return {
classes: [
Expand Down
1 change: 0 additions & 1 deletion src/views/tailwind-classes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export default {
data() {
return {
Expand Down

0 comments on commit 61782e1

Please sign in to comment.