Last active
May 27, 2016 14:25
-
-
Save yuiAs/9365efc6a8765af85a919ea455234af4 to your computer and use it in GitHub Desktop.
border-image周りで表示がおかしいやつ直して?
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
| *::before { | |
| border-color: transparent; | |
| } | |
| .pop-usual::before, [class^=cnt-]::before, [class^=prt-]::before, [class^=lis-]::before, [id^=prt-]::before { | |
| border-style: solid; | |
| border-width: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment