mirror of
https://github.com/panosoft/inline-html
synced 2026-01-13 13:04:30 -08:00
Change api to separate html file and string processing.
This commit is contained in:
7
test/fixtures/errors/lessImport/index.html
vendored
7
test/fixtures/errors/lessImport/index.html
vendored
@@ -1,7 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
9
test/fixtures/errors/lessSyntax/index.html
vendored
9
test/fixtures/errors/lessSyntax/index.html
vendored
@@ -1,9 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
9
test/fixtures/errors/lessUrl/index.html
vendored
9
test/fixtures/errors/lessUrl/index.html
vendored
@@ -1,9 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet/less" href="main.less" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user