Added a benchmark to quickly test css edits live.

This commit is contained in:
scar 2021-12-21 20:05:32 +01:00
parent bd00473292
commit f2f771de07
2 changed files with 16 additions and 0 deletions

0
testing/test.css Normal file
View File

16
testing/test.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="./test.css" rel="stylesheet">
</head>
<body>
</body>
</html>