mirror of https://github.com/bitwarden/web.git
10 changed files with 1098 additions and 519 deletions
@ -1 +1 @@ |
|||||||
Subproject commit 9aad63f8335354a9b5ea59413bd9e41a68d497a3 |
Subproject commit 744649573a387575aabf9bc5eefc8eb559958f3d |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
/* eslint-disable no-undef */ |
||||||
|
module.exports = { |
||||||
|
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")], |
||||||
|
}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
@tailwind base; |
||||||
|
@tailwind components; |
||||||
|
@tailwind utilities; |
||||||
|
|
||||||
|
@import "../../jslib/components/src/tw-theme.css"; |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
/* eslint-disable no-undef, @typescript-eslint/no-var-requires */ |
||||||
|
const config = require("./jslib/components/tailwind.config.base"); |
||||||
|
|
||||||
|
module.exports = config; |
||||||
Loading…
Reference in new issue