mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
![]() Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `scss-tokenizer` from 0.2.3 to 0.4.3 - [Release notes](https://github.com/sasstools/scss-tokenizer/releases) - [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.2.3...v0.4.3) Updates `node-sass` from 5.0.0 to 7.0.3 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v7.0.3) --- updated-dependencies: - dependency-name: scss-tokenizer dependency-type: indirect - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
css | ||
images | ||
template-parts | ||
404.php | ||
archive-5ftf_pledge.php | ||
archive.php | ||
footer.php | ||
functions.php | ||
Gruntfile.js | ||
header.php | ||
index.php | ||
package-lock.json | ||
package.json | ||
page.php | ||
README.md | ||
screenshot.png | ||
search.php | ||
searchform.php | ||
single-5ftf_pledge.php | ||
single.php | ||
style.css |
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.