Skip to content

Instantly share code, notes, and snippets.

@NSLog0
Last active July 14, 2016 04:43
Show Gist options
  • Save NSLog0/16074a63ec30387e3d5da478d6339e71 to your computer and use it in GitHub Desktop.
Save NSLog0/16074a63ec30387e3d5da478d6339e71 to your computer and use it in GitHub Desktop.
for my tutorials
button#submit { }
.side-bar-menu#homeIcon { }
#submit { }
#homeIcon { }
p.title { }
.title { }
section[data-toggle=”true”] > div > li > a { }
input[type=”checkbox”]
. section-data-toggle { }
.input-checkbox { }
html body ul li a { }
table > thead > tbody { }
.link { }
.my-tbody { }
/* ID rule is Fastest */
button#backButton { }
#urlBar[type="autocomplete"] { }
ul > li > a#item { }
#container { }
--------------------------------------------------------
--------------------------------------------------------
/* class-based rule */
button.submit { }
.input-md { } /* A */
menuitem > .menu-left[checked="true"] { }
--------------------------------------------------------
--------------------------------------------------------
/* Tags rule */
td { }
input[type="checkbox"] { }
ul li a { }
--------------------------------------------------------
--------------------------------------------------------
/* universal is slow */
[hidden="true"] { }
* { } /* Slowest */
tree > [collapsed="true"] { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment