Last active
August 29, 2015 13:56
-
-
Save alexmcpherson/9199963 to your computer and use it in GitHub Desktop.
Occurrences of properties on the Quickleft.com 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
298 color: | |
293 display: | |
205 width: | |
170 background-color: | |
129 margin-left: | |
127 padding: | |
119 font-size: | |
117 position: | |
117 height: | |
114 left: | |
99 min-width: | |
98 max-width: | |
95 float: | |
92 margin-top: | |
92 margin-bottom: | |
88 right: | |
85 line-height: | |
80 border-radius: | |
74 border: | |
71 text-align: | |
70 border-color: | |
68 font-weight: | |
63 background: | |
60 clear: | |
57 margin: | |
54 top: | |
50 filter: | |
47 opacity: | |
44 padding-left: | |
44 background-image: | |
43 transition: | |
41 margin-right: | |
39 text-decoration: | |
39 border-bottom: | |
37 box-shadow: | |
35 -webkit-transition: | |
32 padding-top: | |
31 cursor: | |
30 bottom: | |
30 -webkit-box-shadow: | |
29 padding-right: | |
28 z-index: | |
28 padding-bottom: | |
27 overflow: | |
26 outline: | |
24 vertical-align: | |
24 border-width: | |
24 border-top: | |
22 font-family: | |
19 border-top-color: | |
16 white-space: | |
16 transform: | |
16 -webkit-transform: | |
15 list-style: | |
15 border-bottom-color: | |
14 text-indent: | |
14 border-top-right-radius: | |
13 font-style: | |
13 border-top-left-radius: | |
13 -ms-transform: | |
12 src: | |
12 border-bottom-left-radius: | |
11 min-height: | |
11 border-bottom-right-radius: | |
9 text-shadow: | |
9 -o-transform: | |
9 -moz-transform: | |
8 overflow-y: | |
8 box-sizing: | |
8 background-position: | |
7 pointer-events: | |
7 -webkit-border-radius: | |
7 -moz-border-radius: | |
6 outline-offset: | |
6 border-left: | |
6 -moz-box-sizing: | |
5 user-select: | |
5 border-right: | |
5 border-right-color: | |
5 border-left-color: | |
5 background-repeat: | |
5 background-clip: | |
5 animation: | |
5 -webkit-user-select: | |
5 -webkit-animation: | |
5 -ms-user-select: | |
5 -moz-user-select: | |
4 postion: | |
4 border-style: | |
4 border-collapse: | |
4 border-bottom-width: | |
4 background-size: | |
4 -webkit-box-sizing: | |
4 -webkit-appearance: | |
4 -o-user-select: | |
4 -o-animation: | |
4 -moz-animation: | |
3 visibility: | |
3 overflow-x: | |
3 max-height: | |
3 list-style-type: | |
3 letter-spacing: | |
3 ebfont: | |
3 border-top-width: | |
3 border-right-width: | |
3 border-left-width: | |
3 -webkit-font-smoothing: | |
3 -o-transition: | |
3 -moz-transition: | |
2 text-transform: | |
2 speak: | |
2 page-break-inside: | |
2 clip: | |
2 -webkit-overflow-scrolling: | |
1 zoom: | |
1 word-wrap: | |
1 word-break: | |
1 witter: | |
1 widows: | |
1 transition-property: | |
1 text-rendering: | |
1 text-overflow: | |
1 table-layout: | |
1 quotes: | |
1 pageviews: | |
1 page-break-after: | |
1 orphans: | |
1 ork: | |
1 mail: | |
1 icense: | |
1 font: | |
1 font-feature-settings: | |
1 counter-increment: | |
1 copyright: | |
1 column-gap: | |
1 column-count: | |
1 clip-path: | |
1 border-spacing: | |
1 background-position-x: | |
1 -webkit-touch-callout: | |
1 -webkit-text-size-adjust: | |
1 -webkit-tap-highlight-color: | |
1 -webkit-font-feature-settings: | |
1 -webkit-column-gap: | |
1 -webkit-column-count: | |
1 -webkit-clip-path: | |
1 -o-font-feature-settings: | |
1 -ms-text-size-adjust: | |
1 -ms-overflow-style: | |
1 -ms-font-feature-settings: | |
1 -moz-osx-font-smoothing: | |
1 -moz-font-feature-settings: | |
1 -moz-column-gap: | |
1 -moz-column-count: | |
1 -moz-clip-path: | |
1 -khtml-user-select: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Grabbed with
egrep '([a-z]|\-)+:\s' style.css -o | sort | uniq -c | sort -r | pbcopy