first import
This commit is contained in:
16
sites/all/libraries/lessphp/tests/outputs/escape.css
Normal file
16
sites/all/libraries/lessphp/tests/outputs/escape.css
Normal file
@@ -0,0 +1,16 @@
|
||||
body {
|
||||
border: this is simple;
|
||||
border: this;
|
||||
border: this is simple;
|
||||
border: 1232;
|
||||
border: world;
|
||||
border: onemore;
|
||||
border: ;
|
||||
line-height: eating rice;
|
||||
line-height: string cheese;
|
||||
line-height: a b c string me d e f;
|
||||
line-height: string world;
|
||||
}
|
||||
.class {
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png');
|
||||
}
|
Reference in New Issue
Block a user