five-for-the-future/themes/wporg-5ftf
dependabot[bot] f2bb5ef364
Bump postcss from 8.4.13 to 8.4.31 in /themes/wporg-5ftf
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.13...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-04 00:26:36 +00:00
..
css Tweak CSS to preserve shape of circle (#231) 2023-10-18 16:45:42 -07:00
images Theme: Initial commit. 2019-09-24 16:23:39 -07:00
template-parts Pledges: Tweak spacing & typography 2021-05-11 13:41:56 -07:00
404.php Add missing empty alt attribute to 404’s logo image (#111) 2019-11-23 12:17:17 -05:00
archive-5ftf_pledge.php Theme: Apply coding standards. 2021-05-04 08:52:33 -07:00
archive.php Pledge List: Display pledges in list with sort and search ability (#33) 2019-10-25 16:34:46 -04:00
footer.php Theme: Enable the new global header/footer 2023-11-03 17:26:09 -07:00
functions.php Theme: Apply coding standards 2023-11-03 17:26:09 -07:00
Gruntfile.js Update and document CSS structure 2019-10-02 10:57:31 -04:00
header.php Theme: Enable the new global header/footer 2023-11-03 17:26:09 -07:00
index.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
package-lock.json Bump postcss from 8.4.13 to 8.4.31 in /themes/wporg-5ftf 2023-11-04 00:26:36 +00:00
package.json Bump postcss from 8.4.13 to 8.4.31 in /themes/wporg-5ftf 2023-11-04 00:26:36 +00:00
page.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
README.md Single Pledge: Add intro message to pledges for clarity. 2021-05-04 08:52:23 -07:00
screenshot.png Theme: Initial commit. 2019-09-24 16:23:39 -07:00
search.php Pledge List: Style search results 2019-10-28 20:37:09 -04:00
searchform.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
single-5ftf_pledge.php Consistently link to proifiles.wordpress.org/%user/ 2021-12-15 17:19:25 +10:00
single.php Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00
style.css Theme: Move above pub/ folder to avoid clutter from sync commits. 2019-09-24 16:49:35 -07:00

WordPress.org Five for the Future theme

WordPress theme for the Five for the Future subsite.

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.