mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 21:52:36 +00:00
19 lines
265 B
JavaScript
19 lines
265 B
JavaScript
module.exports = {
|
|
purge: [],
|
|
theme: {
|
|
extend: {
|
|
maxWidth: {
|
|
half: "50%",
|
|
},
|
|
borderRadius: {
|
|
circle: "50%",
|
|
},
|
|
width: {
|
|
"fit-content": "fit-content"
|
|
}
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|