Version 1.0 working Entity creation and string generator
This commit is contained in:
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors:{
|
||||
'myBlack': '#2E2E2E',
|
||||
'myText': '#535353',
|
||||
'myAccent': '#4CB926',
|
||||
'myPrimary': '#9D9D9D',
|
||||
'mySecondary': '#B3B3B3',
|
||||
'myButton': '#F8F8F8',
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user