Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 committed Mar 19, 2024
1 parent 954ae26 commit 68515e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/css/tool.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/css/tool.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@tailwind base;
@tailwind components;
@tailwind utilities;
2 changes: 1 addition & 1 deletion resources/js/pages/Tool.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="nova-command-runner">
<div class="text-lg font-semibold mb-6">
{{ heading }}
</div>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
theme: {
extend: {},
},
important: '.nova-command-runner',
plugins: [],
darkMode: 'class'
};

0 comments on commit 68515e2

Please sign in to comment.