Reorganizing css files
This commit is contained in:
parent
00af67b2fc
commit
0290c4a299
|
@ -1,8 +1,3 @@
|
|||
img/
|
||||
dist/
|
||||
fonts/
|
||||
icon/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
package.json
|
||||
system-css/
|
||||
style.css
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- system.css -->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="system-css/system.css">
|
||||
<!-- additional styling defined by myself -->
|
||||
<link rel="stylesheet" href="style/additional-style.css">
|
||||
<!-- CDN link if needed -->
|
||||
|
|
Loading…
Reference in New Issue