Created
April 27, 2017 12:46
-
-
Save gnomex/5c0d9cb425de28a9512d1da3c29d3bdf to your computer and use it in GitHub Desktop.
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
.something { | |
font-size: calc(16px + (24-16)*(100vw - 400px)/(800-400) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment