five-for-the-future/themes/wporg-5ftf
Kelly Dwan 4ef41983af
Theme: Prevent button block styles from bleeding into pledge form
This fixes an issue where adding the button block classes to the pledge form was creating double-button styles. This also fixes a mistakenly removed class on the remove contributor button.

Follow up to 5d76b97557
2024-08-28 10:44:39 -04:00
..
css Theme: Prevent button block styles from bleeding into pledge form 2024-08-28 10:44:39 -04: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 Badges: add core performance team badge. (#269) 2024-07-11 12:07:14 +01:00
Gruntfile.js Fix build scripts for CSS, due to depreciation of node-sass (#263) 2024-06-27 10:26:44 +01: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.json Fix build scripts for CSS, due to depreciation of node-sass (#263) 2024-06-27 10:26:44 +01: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.