five-for-the-future/themes/wporg-5ftf
Dhrumil Kumbhani d96a9ff931
Fix the issue 241 (#242)
* Fix the issue 241

https://github.com/WordPress/five-for-the-future/issues/241

* Remove whitespace.
2023-12-01 10:21:51 +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 Fix the issue 241 (#242) 2023-12-01 10:21:51 +00: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 Theme: Add gap between page-header-controls forms. 2022-05-03 17:04:50 -07:00
package.json Theme: Install postcss as peer dependency to fix watcher. 2022-05-03 16:23:41 -07: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.