fix lazy css bug, add tests

This commit is contained in:
Rich Harris
2018-10-24 18:48:38 -04:00
parent ffd56e2a20
commit 410c52df41
12 changed files with 294 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
%sapper.base%
%sapper.styles%
%sapper.head%
</head>
<body>
<div id='sapper'>%sapper.html%</div>
%sapper.scripts%
</body>
</html>