i18n: Upgrade translations from crowdin (253f51dd). (pass-extension)
[ProtonMail-WebClient.git] / applications / docs-editor / tailwind.config.js
blob0c97d771ed7f0588b220d80bbb69eefd1832e398
1 /** @type {import('tailwindcss').Config} */
2 export default {
3 content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
4 theme: {
5 extend: {},
6 colors: {
7 current: 'currentColor',
8 },
9 },
10 plugins: [],