Copy

Usage

less

@fontsize: 12px;
@lineHeight: @fontsize + 4px;

.u-text {
    font-size: @fontsize;
    line-height: @lineHeight;
}
less
copy success

json

{
  "name": "@json",
  "version": "0.0.1"
}
json
copy success

html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Demo</title>
  </head>
  <body>
    <header></header>
    <article></article>
    <footer></footer>
  </body>
</html>
html
copy success

some normal text.