Allows any project to install and use a variation of the Just Eat footer on their project.
Usage
- The easiest way to use fozzie modules in your Sass setup is to use Eyeglass.
If you are using the fozzie gulp build tasks, then Eyeglass is automatically setup ready to use. If not, you can use it in one of the following ways:
-
Install the f-footer module using NPM or Yarn:
yarn add @justeat/f-footer
-
Then within your Sass files, you will need to import this module.
@import 'f-footer';
You can then use the f-footer
fozzie footer module styling.
Documentation to be completed once module is in stable state.