Last active
September 19, 2020 13:17
-
-
Save jamiecarter7/4972e30ab0b28bfe6b809aa18c01244c to your computer and use it in GitHub Desktop.
iOS 14 Segmented Control with Vue and TailwindCSS - Tailwind Config JS (4 segments)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
/* other settings */ | |
theme: { | |
extend: { | |
translate: { | |
'fullx2': '200%', | |
'fullx3': '300%' | |
} | |
} | |
}, | |
/* other settings */ | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment