<html> <head> <link rel="stylesheet" href="style.css" type="text/css" /> <title>Import Options Reference</title> </head> <body> <h1>Welcome to Yiibai Yiibai</h1> <p>LESS is a CSS pre-processor that enables customizable, manageable and reusable style sheet for web site.</p> </body> </html>
@import (reference) "http://www.yiibai.com/less/import_reference.less";
p {
.style1;
}
.style1 {
color: #A0A0A0;
"Comic Sans MS";
font-size: 20px;
}
lessc style.less style.css
p {
color: #A0A0A0;
"Comic Sans MS";
font-size: 20px;
}