-
Notifications
You must be signed in to change notification settings - Fork 2
Style layout within a selector.
Samuel edited this page Feb 4, 2015
·
5 revisions
Shorthand first, followed by color and then image properties based on their relationship to the box model.
-
background
– Avoid if Possible -
background-color
-
background-image
-
background-attachment
-
background-repeat
-
background-position
-
background-origin
-
background-size
-
background-clip
-
filter
[Can I Use?]
Properties located in partials
@font-face
font-family
font-size
color
@font-face
font – Avoid if Possible
font-family
font-weight
font-style
font-variant
font-variant-ligatures
font-feature-settings
font-size
line-height
letter-spacing
word-spacing
color
writing-mode
unicode-bidi
direction
text-transform
text-decoration
text-align
text-align-last
vertical-align
text-indent
text-shadow
word-break
word-wrap
text-overflow
quotes
hanging-punctuation
tab-size
white-space
list-style
counter-increment
counter-reset
Low Browser Support - Not Recommended
-
orphans
[Can I Use?] -
hyphens
[Can I Use?] line-break
text-combine-upright
text-justify
@font-feature-values
font-kerning
font-language-override
font-size-adjust
font-stretch
font-synthesis
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-numeric
font-variant-position
text-orientation
text-underline-position
ime-mode
z-index
-
display
[when not flex] -
appearance
-
box-decoration-break
-
overflow
-
overflow-x
-
overflow-y
-
overflow-wrap
-
opacity
-
visibility
-
cursor
-
resize
-
page-break
-
display
[when flex] flex-flow
justify-content
align-items
align-content
order
flex
align-self
Not enough browser support to implement yet.
caption-side
empty-cells
table-layout
float
@extend %clearfix
Don't use clear, use %clearfix
@extend %position-(type)
-
+position(top, right, bottom, left)
- initial = null @extend %position - 0, 0, 0, 0
margin
box-shadow
outline
border
border-radius
border-collapse
border-spacing
max-height
min-height
height
max-width
min-width
width
padding
transform
perspective
backface-visibility
transition
In it's own partial
::before
@extend %content
::after
@extend %content
:hover
:active