Files
inline-html/test/fixtures/errors/lessImport/index.html

8 lines
110 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet/less" href="main.less" />
</head>
<body></body>
</html>