@media screen and (device-aspect-ratio: 16/9) { … }
@media screen and (device-aspect-ratio: 1280/720) { … }
@media screen and (device-aspect-ratio: 2560/1440) { … }
img:nth-of-type(2n+1) { float: right; }
img:nth-of-type(2n) { float: left; }
body > h2:not(:first-of-type):not(:last-of-type)
html|*:not(:link):not(:visited)
p::first-line { text-transform: uppercase }
@namespace foo url(http://www.example.com);
span[hello="Ocean"][goodbye="Land"]
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
button::-moz-focus-inner,
input::-moz-focus-inner {
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
fieldset span button, fieldset span input[type="file"] {
font-family:Arial, Helvetica, sans-serif;
.rounded-corners (@radius: 5px) {
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
@import url("something.css");
@light-blue: hsl(190, 50%, 65%);
border-top: 2px solid lighten(@alpha-blue, 20%);
border-bottom: 2px solid darken(@alpha-blue, 25%);
.box-shadow(0, 1px, 8px, 0.6);
-moz-box-shadow: 0 0 0 #000;
background-color: hsla(210, 60%, 40%, 0.4);
border-top: 2px solid @medium;
border: 2px solid darken(@medium, 25%);
border-left-color: darken(@medium, 15%);
border-right-color: darken(@medium, 15%);
background-color: darken(@medium, 10%);
background-color: darken(@medium, 15%);
.border-radius(5px, bottom);
.box-shadow(0, 6px, 8px, 0.5);