Last active
September 19, 2020 13:07
-
-
Save jamiecarter7/ae3b0dffd90294ddc49f1a8b6b974644 to your computer and use it in GitHub Desktop.
iOS 14 Segmented Control with Vue and TailwindCSS - Tailwind Config JS (3 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%' | |
} | |
} | |
}, | |
/* other settings */ | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment