Fix: css-generate script; loading of stylesheet in style_test, add small buttons to style_test

This commit is contained in:
Pieter Vander Vennet 2023-09-16 02:27:29 +02:00
parent 8c390d12fe
commit 6bed170910
3 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Stylesheet testing grounds</title>
<link href="./index.css" rel="stylesheet"/>
<link href="./css/index-tailwind-output.css" rel="stylesheet"/>
</head>
<body>
<div id="main"></div>