Skip to content

Commit

Permalink
chore: exclude tests from tailwind compile
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jun 5, 2024
1 parent 5a283bb commit a9b6d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions assets/css/tailwind_compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -878,16 +878,6 @@ video {
font-weight: 700;
}

.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}
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 = {
content: [
'./assets/**/*.js', './*.py',
'!./stabilityai.py'
'!./test_*.py', '!./stabilityai.py'
],
darkMode: 'selector',
theme: {
Expand Down

0 comments on commit a9b6d68

Please sign in to comment.