Update readme
This commit is contained in:
parent
cfd48ad337
commit
bb7bbaf759
|
@ -31,7 +31,10 @@ One neat trick is that you can also create custom one-off templates just by addi
|
|||
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:
|
||||
|
||||
```bash
|
||||
$ yarn install
|
||||
# Install
|
||||
yarn
|
||||
|
||||
# Run build & watch for changes
|
||||
$ yarn dev
|
||||
```
|
||||
|
||||
|
@ -40,7 +43,7 @@ Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/
|
|||
The `zip` Gulp task packages the theme files into `dist/<theme-name>.zip`, which you can then upload to your site.
|
||||
|
||||
```bash
|
||||
$ yarn zip
|
||||
yarn zip
|
||||
```
|
||||
|
||||
# PostCSS Features Used
|
||||
|
|
Loading…
Reference in New Issue