Erstes Commit
This commit is contained in:
16
tailwind.config.js
Normal file
16
tailwind.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const colors = require('tailwindcss/colors')
|
||||
module.exports = {
|
||||
//darkMode: 'selector',
|
||||
content: ['./layouts/**/*.html'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'primary': colors.violet[700],
|
||||
'primary-light': colors.violet[600],
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user