1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[SM-110] Add prettier-plugin-tailwindcss (#3215)

This commit is contained in:
Oscar Hinton
2022-08-02 08:45:59 +02:00
committed by GitHub
parent 59ce41aabb
commit 379036123f
26 changed files with 97 additions and 76 deletions

View File

@@ -10,7 +10,7 @@ export const Row = (name) => (
);
export const Table = (args) => (
<table class={"tw-table-auto border !tw-text-main " + args.class}>
<table class={"border tw-table-auto !tw-text-main " + args.class}>
<thead>
<tr>
<th>General usage</th>