Skip to content

Instantly share code, notes, and snippets.

@yuiAs
Last active May 27, 2016 14:25
Show Gist options
  • Select an option

  • Save yuiAs/9365efc6a8765af85a919ea455234af4 to your computer and use it in GitHub Desktop.

Select an option

Save yuiAs/9365efc6a8765af85a919ea455234af4 to your computer and use it in GitHub Desktop.
border-image周りで表示がおかしいやつ直して?
*::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