mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Basis support for inspecting types
This commit is contained in:
parent
8b7823a237
commit
9e055dcf53
8 changed files with 753 additions and 7 deletions
|
@ -5,7 +5,12 @@ module.exports = {
|
|||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
'roc-purple': '#7c38f5',
|
||||
'roc-purple-bg': '#ece2fd',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue