bundler stuff

This commit is contained in:
cupcakearmy 2022-01-09 18:45:39 +01:00
parent 9333af5369
commit 7eddb6a592
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@import 'tachyons/css/tachyons.css';
@import '../../../node_modules/tachyons/css/tachyons.css';
body {
background-color: #111;

View File

@ -8,6 +8,6 @@
</head>
<body>
<main></main>
<script src="./index.tsx"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>

View File

@ -1,5 +1,5 @@
@import 'spectre.css/dist/spectre.min.css';
@import 'tachyons/css/tachyons.min.css';
@import '../../node_modules/spectre.css/dist/spectre.css';
@import '../../node_modules/tachyons/css/tachyons.css';
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',

View File

@ -8,6 +8,6 @@
</head>
<body>
<main></main>
<script src="./index.tsx"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>