08-27-周三_17-09-29
This commit is contained in:
55
node_modules/less/test/css/strings.css
generated
vendored
Normal file
55
node_modules/less/test/css/strings.css
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
#strings {
|
||||
background-image: url("http://son-of-a-banana.com");
|
||||
quotes: "~" "~";
|
||||
content: "#*%:&^,)!.(~*})";
|
||||
empty: "";
|
||||
brackets: "{" "}";
|
||||
escapes: "\"hello\" \\world";
|
||||
escapes2: "\"llo";
|
||||
}
|
||||
#comments {
|
||||
content: "/* hello */ // not-so-secret";
|
||||
}
|
||||
#single-quote {
|
||||
quotes: "'" "'";
|
||||
content: '""#!&""';
|
||||
empty: '';
|
||||
semi-colon: ';';
|
||||
}
|
||||
#escaped {
|
||||
filter: DX.Transform.MS.BS.filter(opacity=50);
|
||||
}
|
||||
#one-line {
|
||||
image: url(http://tooks.com);
|
||||
}
|
||||
#crazy {
|
||||
image: url(http://), "}", url("http://}");
|
||||
}
|
||||
#interpolation {
|
||||
url: "http://lesscss.org/dev/image.jpg";
|
||||
url2: "http://lesscss.org/image-256.jpg";
|
||||
url3: "http://lesscss.org#456";
|
||||
url4: "http://lesscss.org/hello";
|
||||
url5: "http://lesscss.org/54.4px";
|
||||
}
|
||||
.mix-mul-class {
|
||||
color: blue;
|
||||
color: red;
|
||||
color: black;
|
||||
color: orange;
|
||||
}
|
||||
.watermark {
|
||||
family: Univers, Arial, Verdana, San-Serif;
|
||||
}
|
||||
#iterated-interpolation .mixin {
|
||||
width: 100px;
|
||||
weird: 100px;
|
||||
width-str: "100px";
|
||||
weird-str: "100px";
|
||||
}
|
||||
#iterated-interpolation .interpolation-mixin {
|
||||
width: 100px;
|
||||
weird: 100px;
|
||||
width-str: "100px";
|
||||
weird-str: "100px";
|
||||
}
|
Reference in New Issue
Block a user