Created
November 11, 2020 12:56
-
-
Save VingeB0/1a748eec4c4c605431c1f3d3c41b8481 to your computer and use it in GitHub Desktop.
webstorm sort css properties
This file contains 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
content, | |
counter-increment, | |
counter-reset, | |
position, | |
top, right, bottom, left, | |
transform, transform-origin, | |
display, | |
float, | |
clear, | |
flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, | |
align-content, | |
justify-content, align-items, | |
align-self, order, | |
table-layout, | |
margin, margin-top, margin-right, margin-bottom, margin-left, | |
padding, padding-top, padding-right, padding-bottom, padding-left, | |
box-sizing, | |
width, min-width, max-width, height, min-height, max-height, | |
list-style, list-style-position, list-style-type, list-style-image, | |
font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, | |
line-height, | |
color, | |
text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, text-shadow, | |
word-wrap, word-break, | |
border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, border-spacing, border-collapse, | |
background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, | |
box-shadow, | |
overflow, overflow-x, overflow-y, | |
outline, outline-width, outline-style, outline-color, outline-offset, | |
opacity, | |
visibility, | |
pointer-events, | |
user-select, | |
transition, transition-delay, transition-timing-function, transition-duration, transition-property, | |
animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, | |
resize, | |
zoom, | |
cursor, | |
z-index, | |
clip, empty-cells, caption-side, quotes, nav-index, nav-up, nav-right, nav-down, nav-left, tab-size, hyphens, box-decoration-break, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment