mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +00: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