Skip to content

Instantly share code, notes, and snippets.

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