From 3fc6f258a968f46772d6b9eb374d4ca159513e36 Mon Sep 17 00:00:00 2001 From: Fernando Jesus Date: Sun, 13 Feb 2022 18:25:53 -0300 Subject: [PATCH] feat: add config minWidth tailwind --- tailwind.config.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 83f3b2ed..a2de475f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -133,6 +133,26 @@ module.exports = { screen: '100vh', full: '100%', }, + + minWidth: { + 0: '0px', + 1: '4px', + 2: '8px', + 3: '12px', + 4: '16px', + 5: '20px', + 6: '24px', + 7: '32px', + 8: '40px', + 9: '48px', + 10: '56px', + 11: '64px', + 12: '72px', + 13: '80px', + 15: '120px', + screen: '100vh', + full: '100%', + }, }, plugins: [