mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[CL-349] Allow @apply styles to be used in CL css (#13414)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/* eslint-disable @typescript-eslint/no-require-imports, no-undef */
|
||||
module.exports = {
|
||||
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")],
|
||||
plugins: [
|
||||
require("postcss-import"),
|
||||
require("postcss-nested"),
|
||||
require("tailwindcss"),
|
||||
require("autoprefixer"),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user