tsett
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
prefix: 'tw-',
|
||||
content: ["./resources/**/*.blade.php"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'dark-green': '#323329',
|
||||
'dark-green-hover': '#2a2a22',
|
||||
'light-gray': '#E6E2DF',
|
||||
'orange': '#C47C4C',
|
||||
'dark-orange': '#b36b3c'
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user