mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
tailwind.config - Add half mw, circle bdr and fit-content
This commit is contained in:
+12
-2
@@ -1,8 +1,18 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [],
|
purge: [],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
maxWidth: {
|
||||||
|
half: "50%",
|
||||||
|
},
|
||||||
|
borderRadius: {
|
||||||
|
circle: "50%",
|
||||||
|
},
|
||||||
|
width: {
|
||||||
|
"fit-content": "fit-content"
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
variants: {},
|
variants: {},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user