You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vscode-api-cn.js/theme/assets/css/setup/_mixins.sass

31 lines
716 B

@mixin vendors($property, $value...)
-webkit-#{$property}: $value
-moz-#{$property}: $value
-ms-#{$property}: $value
-o-#{$property}: $value
#{$property}: $value
@mixin clearfix
&:after
visibility: hidden
display: block
content: ""
clear: both
height: 0
@mixin retina
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
&
@content
%prevent-children-margin
> :first-child,
> :first-child > :first-child,
> :first-child > :first-child > :first-child
margin-top: 0
> :last-child,
> :last-child > :last-child,
> :last-child > :last-child > :last-child
margin-bottom: 0