Last active
December 5, 2018 07:10
-
-
Save oliwa/c1a598a424360d1f99a1 to your computer and use it in GitHub Desktop.
Default CSS with SVG support
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
| img { | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| img [src$=".svg"] { | |
| max-width: auto; | |
| width: 100%; | |
| height: auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment