mirror of
https://github.com/mrclay/minify.git
synced 2025-08-31 01:29:56 +02:00
add test for #500
This commit is contained in:
33
tests/_test_files/main.less
Normal file
33
tests/_test_files/main.less
Normal file
@@ -0,0 +1,33 @@
|
||||
/*! preserving comment */
|
||||
@base: 24px;
|
||||
@border-color: #B2B;
|
||||
|
||||
/* import included-> */
|
||||
@import "included";
|
||||
/* <- import included */
|
||||
|
||||
.underline {
|
||||
border-bottom: 1px solid green
|
||||
}
|
||||
|
||||
#header {
|
||||
color: black;
|
||||
border: 1px solid @border-color + #222222;
|
||||
|
||||
.navigation {
|
||||
font-size: @base / 2;
|
||||
a {
|
||||
.underline;
|
||||
}
|
||||
}
|
||||
.logo {
|
||||
width: 300px;
|
||||
:hover {
|
||||
text-decoration: none
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
a normal comment
|
||||
*/
|
Reference in New Issue
Block a user