mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +03:00
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:
commit
2be984dda5
4 changed files with 0 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,8 +2,6 @@ node_modules
|
|||
dist
|
||||
|
||||
public/css/*
|
||||
!public/css/hint.min.css
|
||||
!public/css/layout.min.css
|
||||
|
||||
public/js
|
||||
|
||||
|
|
5
public/css/hint.min.css
vendored
5
public/css/hint.min.css
vendored
File diff suppressed because one or more lines are too long
1
public/css/layout.min.css
vendored
1
public/css/layout.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue