Skip to content

Commit db836bf

Browse files
committed
Update
1 parent 03e3401 commit db836bf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ A flexible CSS Framework for building modern responsive web apps.
33

44
## Setup
55
There are two ways to start
6+
67
### 1. Install with Yarn
7-
```
8+
```sh
89
yarn add point-sass
910
```
10-
*****
11+
1112
### 2. Download from the repository
1213
[https://github.com/moyu/point.css](https://github.com/moyu/point.css)
1314

@@ -17,7 +18,7 @@ your own variables, just download the source files from the repository.
1718

1819
### 1. Install dependences
1920
Navigate to the root directory of Point, then run the command below to install all dependencies.
20-
```
21+
```sh
2122
yarn
2223
```
2324

@@ -28,7 +29,7 @@ All initial variables are located in `src/_vars.scss`.
2829
Run the command below to start compiling your own customized **Point**, you can
2930
find the compiled CSS files in the `./dist` directory
3031

31-
```
32+
```sh
3233
gulp build
3334
```
3435

0 commit comments

Comments
 (0)