Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24861842
D3997.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3997.diff
View Options
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -1,35 +1,41 @@
+import plugin from 'tailwindcss/plugin'
+
/** @type {import('tailwindcss').Config} */
-module.exports = {
- content: [
- './index.html',
- './src/**/*.{vue,js,ts,jsx,tsx}',
- ],
- darkMode: 'class',
- theme: {
- extend: {
- colors: {
- brand: {
- 50: '#eef7ff',
- 100: '#d9edff',
- 200: '#bce0ff',
- 300: '#8eccff',
- 400: '#59aeff',
- 500: '#338dff',
- 600: '#1a6df5',
- 700: '#1357e1',
- 800: '#1646b6',
- 900: '#183e8f',
- 950: '#142757',
- },
- status: {
- operational: '#10b981',
- degraded: '#f59e0b',
- partial: '#f97316',
- major: '#ef4444',
- maintenance: '#3b82f6',
- },
+export const content = [
+ './index.html',
+ './src/**/*.{vue,js,ts,jsx,tsx}',
+]
+export const darkMode = 'class'
+export const theme = {
+ extend: {
+ colors: {
+ brand: {
+ 50: '#eef7ff',
+ 100: '#d9edff',
+ 200: '#bce0ff',
+ 300: '#8eccff',
+ 400: '#59aeff',
+ 500: '#338dff',
+ 600: '#1a6df5',
+ 700: '#1357e1',
+ 800: '#1646b6',
+ 900: '#183e8f',
+ 950: '#142757',
+ },
+ status: {
+ operational: '#10b981',
+ degraded: '#f59e0b',
+ partial: '#f97316',
+ major: '#ef4444',
+ maintenance: '#3b82f6',
},
},
},
- plugins: [],
}
+export const plugins = [
+ plugin(function ({ addBase }) {
+ addBase({
+ html: { scrollbarGutter: 'stable', overflowY: 'scroll' },
+ })
+ }),
+]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 18:47 (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3532642
Default Alt Text
D3997.diff (1 KB)
Attached To
Mode
D3997: Fix scrollbar layout shift on all pages
Attached
Detach File
Event Timeline
Log In to Comment