<html> <head> <link rel="stylesheet" href="style.css" type="text/css" /> <title>Import Option Inline</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 (inline) "http://www.yiibai.com/less/import_inline.css";
p {
color:red;
}
.style {
"Comic Sans MS";
font-size: 20px;
}
lessc style.less style.css
.style {
"Comic Sans MS";
font-size: 20px;
}
p {
color: red;
}