Last active
December 20, 2015 01:39
-
-
Save Grawl/6051086 to your computer and use it in GitHub Desktop.
Strings for highlighting and autocompletion in code editors.
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
| // Animation Properties | |
| @keyframes | |
| animation | |
| animation-name | |
| animation-duration | |
| animation-timing-function | |
| animation-delay | |
| animation-iteration-count | |
| animation-direction | |
| animation-play-state | |
| // Background Properties | |
| background | |
| background-attachment | |
| background-color | |
| background-image | |
| background-position | |
| background-repeat | |
| background-clip | |
| background-origin | |
| background-size | |
| // Border and Outline Properties | |
| border | |
| border-bottom | |
| border-bottom-color | |
| border-bottom-style | |
| border-bottom-width | |
| border-color | |
| border-left | |
| border-left-color | |
| border-left-style | |
| border-left-width | |
| border-right | |
| border-right-color | |
| border-right-style | |
| border-right-width | |
| border-style | |
| border-top | |
| border-top-color | |
| border-top-style | |
| border-top-width | |
| border-width | |
| outline | |
| outline-color | |
| outline-style | |
| outline-width | |
| border-bottom-left-radius | |
| border-bottom-right-radius | |
| border-image | |
| border-image-outset | |
| border-image-repeat | |
| border-image-slice | |
| border-image-source | |
| border-image-width | |
| border-radius | |
| border-top-left-radius | |
| border-top-right-radius | |
| box-shadow | |
| // Box Properties | |
| overflow-x | |
| overflow-y | |
| overflow-style | |
| rotation | |
| rotation-point | |
| // Color Properties | |
| opacity | |
| // Content for Paged Media Properties | |
| // Dimension Properties | |
| height | |
| max-height | |
| max-width | |
| min-height | |
| min-width | |
| width | |
| // Flexible Box Properties | |
| box-align | |
| box-direction | |
| box-flex | |
| box-flex-group | |
| box-lines | |
| box-ordinal-group | |
| box-orient | |
| box-pack | |
| // Font Properties | |
| font | |
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| @font-face | |
| font-size-adjust | |
| font-stretch | |
| // Generated Content Properties | |
| content | |
| counter-increment | |
| counter-reset | |
| quotes | |
| // Grid Properties | |
| grid-columns | |
| grid-rows | |
| // Hyperlink Properties | |
| target | |
| target-name | |
| target-new | |
| target-position | |
| // Linebox Properties | |
| // List Properties | |
| list-style | |
| list-style-image | |
| list-style-position | |
| list-style-type | |
| // Margin Properties | |
| margin | |
| margin-bottom | |
| margin-left | |
| margin-right | |
| margin-top | |
| // Marquee Properties | |
| // Multi-column Properties | |
| column-count | |
| column-fill | |
| column-gap | |
| column-rule | |
| column-rule-color | |
| column-rule-style | |
| column-rule-width | |
| column-span | |
| column-width | |
| columns | |
| // Padding Properties | |
| padding | |
| padding-bottom | |
| padding-left | |
| padding-right | |
| padding-top | |
| // Paged Media Properties | |
| // Positioning Properties | |
| bottom | |
| clear | |
| clip | |
| cursor | |
| display | |
| float | |
| left | |
| position | |
| right | |
| top | |
| visibility | |
| z-index | |
| // Print Properties | |
| page-break-after | |
| page-break-before | |
| page-break-inside | |
| // Ruby Properties | |
| // Speech Properties | |
| // Table Properties | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| // Text Properties | |
| color | |
| direction | |
| letter-spacing | |
| line-height | |
| text-align | |
| text-decoration | |
| text-indent | |
| text-transform | |
| vertical-align | |
| white-space | |
| word-spacing | |
| hanging-punctuation | |
| punctuation-trim | |
| text-justify | |
| text-outline | |
| text-overflow | |
| text-shadow | |
| text-wrap | |
| word-break | |
| word-wrap | |
| // 2D/3D Transform Properties | |
| transform | |
| transform-origin | |
| transform-style | |
| perspective | |
| perspective-origin | |
| backface-visibility | |
| // Transition Properties | |
| transition | |
| transition-property | |
| transition-duration | |
| transition-timing-function | |
| transition-delay | |
| // User-interface Properties | |
| appearance | |
| box-sizing | |
| icon | |
| nav-down | |
| nav-index | |
| nav-left | |
| nav-right | |
| nav-up | |
| outline-offset | |
| resize |
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
| // http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html#lighten-instance_method | |
| rgb | |
| rgba | |
| rgba | |
| red | |
| green | |
| blue | |
| mix | |
| hsl | |
| hsla | |
| hue | |
| saturation | |
| lightness | |
| adjust-hue | |
| lighten | |
| darken | |
| saturate | |
| desaturate | |
| grayscale | |
| complement | |
| invert | |
| alpha | |
| rgba | |
| opacify | |
| transparentize | |
| adjust-color | |
| scale-color | |
| change-color | |
| ie-hex-str | |
| unquote | |
| quote | |
| percentage | |
| round | |
| ceil | |
| floor | |
| abs | |
| min | |
| max | |
| length | |
| nth | |
| join | |
| append | |
| zip | |
| index | |
| type-of | |
| unit | |
| unitless | |
| comparable | |
| if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment