Merge branch 'marie/removecssfiles' into 'main'

Remove layout.min.css and hint.min.css

See merge request KRypt0n_/an-anime-game-launcher!13
This commit is contained in:
Observer KRypt0n_ 2021-12-12 15:12:11 +00:00
commit 2be984dda5
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>