From 3a4463ec36d289e760cb7cc238ad7df63c78ec24 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 26 Dec 2020 21:49:58 -0600 Subject: [PATCH] Add new width and height classes --- tailwind.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 8c3268d..0eaa5ff 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -75,7 +75,13 @@ module.exports = { '1/2-screen': '50vh', 'full-screen': '100vh' }, + width: { + '1/2-screen': '50vw', + 'full-screen': '100vw', + '2x-screen': '200vw' + }, minHeight: { + '1/2-screen': '50vh', '3/4-screen': '75vh', }, spacing: {