You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,26 @@ A simple and lightweight CSS Framework built with Sass for building responsive w
6
6
7
7
## Usage
8
8
9
+
### Import in Browser
10
+
9
11
-[Download the stylesheet](https://completejavascript.github.io/shiba-css/css/shiba.min.css) or use the CDN URL: [https://unpkg.com/shiba-css@1.0.0/docs/css/shiba.min.css](https://unpkg.com/shiba-css@1.0.0/docs/css/shiba.min.css).
10
12
11
13
- Save the stylesheet and link to it in the head of your project.
12
14
15
+
### Import in Node Modules
16
+
17
+
- Install:
18
+
19
+
```bash
20
+
yarn add shiba-css # npm i shiba-css
21
+
```
22
+
23
+
- Import:
24
+
25
+
```js
26
+
import"shiba-css/docs/css/shiba.min.css";
27
+
```
28
+
13
29
## Modification
14
30
15
31
Shiba.CSS is written by Sass. So you can easily modify it with your own style. Firstly, clone the repo:
0 commit comments