1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

fix docs css

This commit is contained in:
Jenil Gogari 2020-05-16 16:49:34 -04:00
parent 96d8c4cfff
commit 4bc97666ed

View File

@ -8,9 +8,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>chota - A micro CSS framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="https://unpkg.com/chota"> -->
<link rel="stylesheet" href="https://unpkg.com/chota">
<!-- for dev -->
<link rel="stylesheet" href="http://localhost:5000/dist/chota.css">
<!-- <link rel="stylesheet" href="./dist/chota.css"> -->
<link rel="stylesheet" href="./doc-styles.css">
<link rel="icon" type="image/png" href="favicon.png" />
</head>