first commit
This commit is contained in:
21
tailwind.config.js
Normal file
21
tailwind.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
'./resources/admin/**/*.{vue,js,ts,jsx.tsx}',
|
||||
'./modules/**/views/**/*.{vue,js,ts,jsx.tsx}'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
transitionProperty: {
|
||||
width: 'width',
|
||||
spacing: 'margin, padding',
|
||||
},
|
||||
colors: {
|
||||
'regal-dark': '#283046',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in New Issue
Block a user