add style.developomp.com
This commit is contained in:
parent
f65084375e
commit
c6190c44bd
21 changed files with 472 additions and 56 deletions
|
@ -1,5 +1,3 @@
|
|||
const colors = require("tailwindcss/colors")
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
// app content
|
||||
|
@ -7,13 +5,4 @@ module.exports = {
|
|||
// include packages if not transpiling
|
||||
// "../../packages/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
brandblue: colors.blue[500],
|
||||
brandred: colors.red[500],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue