mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Component Library Scaffolding (#1407)
This commit is contained in:
4
postcss.config.js
Normal file
4
postcss.config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/* eslint-disable no-undef */
|
||||
module.exports = {
|
||||
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")],
|
||||
};
|
||||
Reference in New Issue
Block a user