Created
September 17, 2015 09:42
-
-
Save henrytran9x/89c2d3d6dcf0419ac6c7 to your computer and use it in GitHub Desktop.
Find all element style sheet
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
[class^="col-"] { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
[class$="-12"] | |
{ | |
padding-left: 0; | |
padding-right: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment