Revision 7e5509891ac3c97191d6f8040a09df70384f353e authored by Ashley Harrison on 04 October 2022, 09:40:34 UTC, committed by GitHub on 04 October 2022, 09:40:34 UTC
* adjust megamenu position in mobile

* improve mobile breadcrumb logic
1 parent 3c1de87
Raw File
README.md
## Prerequisites

- npm install
- gem install premailer

## Tasks

- npm run build (default task will build new inlines email templates)
- npm start (builds on source HTML, text, or CSS change)

## Result

Assembled email templates will be in `dist/` and final
inlined templates will be in `../public/emails/`
back to top