Logo
Explore Help
Register Sign In
admin/clients
1
0
Fork 0
You've already forked clients
mirror of https://github.com/bitwarden/clients.git synced 2026-02-03 07:43:22 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
5b43be780b9085ed3e4094de22d727f7fb97f720
clients/apps/browser/postcss.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
218 B
JavaScript
Raw Normal View History

eslint: report unused disable directives (#13463) Remove any unused disable directives and FIXMEs in our code
2025-03-10 23:33:08 +10:00
/* eslint-disable @typescript-eslint/no-require-imports */
[PM-2237] Add tailwind to desktop & browser (#5326) * Add tailwind to desktop * Add tailwind to browser * Toy around with using CL in desktop * Move custom css into the tailwind theme * Revert component experiment * Add components to browser tsconfig * Fix build
2023-07-14 21:03:42 +02:00
module.exports = {
[CL-349] Allow @apply styles to be used in CL css (#13414)
2025-02-20 12:56:22 -05:00
plugins: [
require("postcss-import"),
require("postcss-nested"),
require("tailwindcss"),
require("autoprefixer"),
],
[PM-2237] Add tailwind to desktop & browser (#5326) * Add tailwind to desktop * Add tailwind to browser * Toy around with using CL in desktop * Move custom css into the tailwind theme * Revert component experiment * Add components to browser tsconfig * Fix build
2023-07-14 21:03:42 +02:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 310ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API