* Update to Protocol 10.0.0
* Use Protocol Zap component
* Rename emphasis box
* CTAs now use a regular underline and the correct theme font
* Use Protocol Firefox navigation variant
* Convert pebbles-basic to protocol (#6822)
- Add .mzp-t-mozilla where apprpriate
- Edit and rename base-pebbles-basic to base-protocol-basic
- Convert page specific .less files to .scss files
- Convert page specific .scss files to use Protocol not Pebbles
- Change classnames from prose to mzp-u-list-styled
- Change classnames from data-table to mzp-u-data-table
- Remove unused styles
- Tweak page styles as needed
- Protocol 7.0.2
- Change template and assets to use "article" namespace instead of "basic"
- create basic-article.js bundle and include
- including making side-bar boxes shrink on mobile
* Protocol 7 - including new fonts (#7102)
- Update to Protocol 7
- review use of text size mixins to see where decrease needed
- update mixin names to use new naming (font-base, font-mozilla)
- Add Inter to font folder
- Remove system font include and usages
- Remove references to Open Sans from all Protocol files
- Update font used on logos in `media/img/logos/firefox/`
- Update image sizes in places where these logos are used
- Remove "confetti" and "blob" images
* Update Protocol version
* Update colour tokens
* Switch high res background declarations to use at2x
* Remove code to hide curves, curves are gone
* Blockquote isn't Mozilla styled by default anymore
* Use mixin for details/summary styles
* Light links have visited states by default now
* Add Mozilla theme to Mozilla pages
* Upgrade to 6.0.1
* Adds new Protocol navigation organism to all English locale pages (l10n not required at present).
* Fallback to old navigation when switch is set to off.
* Update bedrock to use new Protocol navigation
Fixesmozilla/bedrock#6174
* Home page updates (Fixes#5769)
- Make home page redesign default for 100% of English locales.
- Update home page marketing content.
- Port home page to use Protocol design system components.
* Move from django-pipeline to Gulp for static-assets
* Use Gulp tasks to compile less and sass
* Use Gulp tasks to concatinate files into bundles
* Use Gulp tasks to minify files for deployment
* Use Gulp tasks for development to watch for changes
* Use BrowserSync to serve development static files and refresh the
in-progress page
* Update Docker setup to use multi-stage build
* Update Makefile to build and run the docker setup
* Update docs to recommend Docker-based development
* Update deployment and testing to also use the Makefile
* Add rebuild of SASS bundles when library files change
* Add an intermediate build directory just for LESS and SASS
* Avoid issues with ambiguous imports when .css and .scss in the same
directory
* Set deployment docker image in git env var script