Skip to content

Commit

Permalink
fix: postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
khui0 committed Apr 6, 2024
1 parent d4c8207 commit 1cb1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/List.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ol></OverlayScrollbarsComponent
>

<style>
<style lang="postcss">
.past-due::after {
content: "";
@apply absolute left-0 top-0 bottom-0 w-1 bg-error opacity-100;
Expand Down

0 comments on commit 1cb1c43

Please sign in to comment.