Skip to content

Instantly share code, notes, and snippets.

@fiximportant
Last active February 21, 2018 07:45
Show Gist options
  • Save fiximportant/9d4a9f7affc88e3fc22bef1ef67b4ffa to your computer and use it in GitHub Desktop.
Save fiximportant/9d4a9f7affc88e3fc22bef1ef67b4ffa to your computer and use it in GitHub Desktop.
Calc - CrossBrowser
width: -webkit-calc(100% / N - Npx);
width: -moz-calc(100% / N - Npx);
width: calc(100% / N - Npx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment