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