Skip to content

Instantly share code, notes, and snippets.

@jamiecarter7
Last active September 19, 2020 13:07
Show Gist options
  • Save jamiecarter7/ae3b0dffd90294ddc49f1a8b6b974644 to your computer and use it in GitHub Desktop.
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)
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