update inbox list
This commit is contained in:
27
vendor/scrivo/highlight.php/test/detect/less/default.txt
vendored
Normal file
27
vendor/scrivo/highlight.php/test/detect/less/default.txt
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
@import "fruits";
|
||||
|
||||
@rhythm: 1.5em;
|
||||
|
||||
@media screen and (min-resolution: 2dppx) {
|
||||
body {font-size: 125%}
|
||||
}
|
||||
|
||||
section > .foo + #bar:hover [href*="less"] {
|
||||
margin: @rhythm 0 0 @rhythm;
|
||||
padding: calc(5% + 20px);
|
||||
background: #f00ba7 url(http://placehold.alpha-centauri/42.png) no-repeat;
|
||||
background-image: linear-gradient(-135deg, wheat, fuchsia) !important ;
|
||||
background-blend-mode: multiply;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: /* ? */ 'Omega';
|
||||
src: url('../fonts/omega-webfont.woff?v=2.0.2');
|
||||
}
|
||||
|
||||
.icon-baz::before {
|
||||
display: inline-block;
|
||||
font-family: "Omega", Alpha, sans-serif;
|
||||
content: "\f085";
|
||||
color: rgba(98, 76 /* or 54 */, 231, .75);
|
||||
}
|
||||
Reference in New Issue
Block a user