Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

mozilla/eoy-fundraising

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla EOY Fundraising Site

Tracks changes made to /wp-content, excluding /wp-content/uploads

Themes

EOY Customized Child Theme

  • Our customized theme OneMozilla-child is built as the child theme of the One Mozilla WordPress theme
  • Please make sure all the theme changes are made in the OneMozilla-child folder, NOT OneMozilla.
  • For more information, please read the documentaion on Wordpress - Child Theme

Generating Style.css

We use grunt and less to autogenerate a css file style.css.

Watch and autogenerate style.css

In your terminal

  • Go to themes/OneMozilla-child
  • run npm install
  • run grunt

Make your styling changes in .less files

Please add/remove/modify styling rules in the .less file themes/OneMozilla-child/less/style.less, NOT style.css directly.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.7%
  • CSS 18.5%
  • JavaScript 3.8%