Skip to content

Commit

Permalink
fix: tailwind stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hkgnp committed Sep 4, 2023
1 parent 5a0f036 commit d75eb57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .postcssrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
cssnano: {},
},
};
Expand Down
1 change: 0 additions & 1 deletion src/App.css

This file was deleted.

1 change: 1 addition & 0 deletions src/features/send/components/SendTask.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { sendTask } from "..";
import { useState } from "preact/hooks";
import { getIdFromString, getNameFromString } from "../../helpers";
import "./tailwind.css";

export const SendTask = ({
projects,
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "@logseq/libs";
import "./App.css";
import handleListeners from "./utils/handleListeners";
import { callSettings } from "./settings";
import { retrieveTasks } from "./features/retrieve";
Expand Down

0 comments on commit d75eb57

Please sign in to comment.