Skip to content

The base Sass for Mozilla Developer based projects and products

License

Notifications You must be signed in to change notification settings

Xinering/mdn-minimalist

 
 

Repository files navigation

mdn-minimalist

Netlify Status

The base Sass for Mozilla Developer based projects and products

Testing changes locally

When making changes to minimalist testing is done via the styleguide. To run the styleguide, built on Hugo, run the following command in your terminal:

yarn styleguide

This will do an initial build and startup Hugo. You can now browser the styleguide locally at http://localhost:1313. Hugo will run in watch mode so, if any files or assets changes, it will automatically rebuild and reload the current page in the browser.

When you make a change to minimalist, you need to trigger a new build of the minimalist source. In a separate terminal instance, run the following:

yarn build:styleguide:sass

About

The base Sass for Mozilla Developer based projects and products

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 72.4%
  • HTML 22.1%
  • JavaScript 5.5%