File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ A flexible CSS Framework for building modern responsive web apps.
33
44## Setup
55There are two ways to start
6+
67### 1. Install with Yarn
7- ```
8+ ``` sh
89yarn 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
1920Navigate to the root directory of Point, then run the command below to install all dependencies.
20- ```
21+ ``` sh
2122yarn
2223```
2324
@@ -28,7 +29,7 @@ All initial variables are located in `src/_vars.scss`.
2829Run the command below to start compiling your own customized ** Point** , you can
2930find the compiled CSS files in the ` ./dist ` directory
3031
31- ```
32+ ``` sh
3233gulp build
3334```
3435
You can’t perform that action at this time.
0 commit comments