Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 17:35
Show Gist options
  • Select an option

  • Save mattvagni/936fcc8769ba869ec51502c297fece4a to your computer and use it in GitHub Desktop.

Select an option

Save mattvagni/936fcc8769ba869ec51502c297fece4a to your computer and use it in GitHub Desktop.

Revisions

  1. mattvagni created this gist Jan 15, 2017.
    9 changes: 9 additions & 0 deletions prefixed-css.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ._6de768fc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

    ._8e1229bd {
    color: red; }
    ._8e1229bd :hover {
    color: green; }