在浏览器本地将 Less 编译为 CSS,编译错误会显示在状态区。
CSS 输出
The Less compiler is an online Less preprocessor that turns Less source code into standard CSS locally in your browser using less.js. It supports core Less features such as variables, nesting, mixins, operations and functions. Compilation never touches a server, so your source is not uploaded, and errors are shown right in the status area.
Handy for validating Less syntax, debugging style variables, or converting Less to CSS without setting up a build environment. Note that the output is plain compiled CSS with no autoprefixing or minification.