five-for-the-future/themes/wporg-5ftf/README.md

25 lines
545 B
Markdown
Raw Normal View History

2019-09-27 01:35:20 +03:00
### WordPress.org Five for the Future theme
2019-09-27 01:35:20 +03:00
WordPress theme for [the Five for the Future subsite](https://wordpress.org/five-for-the-future).
## Developing
```
npm install
npm start
```
Make CSS changes in the `css/` folder, and `css/style.css` will be rebuilt automatically.
See `./css/README.md` for docs on how SASS files are structured.
## Committing
Before committing changes to `css/`, please run `grunt build` to keep the file size down.
## Miscellaneous
See the root README for information on syncing changes from Git to SVN.