Remove unused css files

This commit is contained in:
Maroxy 2021-12-12 16:10:14 +01:00
parent 265c02bb1e
commit aa491bae15
No known key found for this signature in database
GPG key ID: F4B27EADB21E3021
4 changed files with 0 additions and 10 deletions

2
.gitignore vendored
View file

@ -2,8 +2,6 @@ node_modules
dist
public/css/*
!public/css/hint.min.css
!public/css/layout.min.css
public/js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -7,8 +7,6 @@
<!-- CSS styles -->
<link rel="stylesheet" href="../css/index.css">
<link rel="stylesheet" href="../css/hint.min.css">
<link rel="stylesheet" href="../css/layout.min.css">
<!-- JS scripts -->
<script>require('../js/index.js');</script>