emailmeter-theme
v0.3.14
Published
Email Meter theme based on the style guide
Downloads
13
Readme
Email Meter Theme
Here you'll be able to find a modified version of Bulma adapted just for Email Meter, if you are writing too much CSS double check it's needed :P
This repository also contains a font with our own set of icons.
How to build
If adding a new icon run the following command inside icons folder:
rename "s/_/-/g" *
npm run generate
Also remember to add them to codepoints.json
with helper new_icon.js
to keep icon's hex code.
Helper Scripts
node new_icon.js <icon-path>
adds new icons to codepoints.json
so every icon has an unique identifier.
In the future would be nice if the script is able to do it without having to pass the icon, just scan icons directory agains
codepoints.json
bin/generate_scss
takes care of converting css
file to valid scss
including parcel fix. See troubleshooting for more.
Troubleshooting
Parcel 1.X is unable to resolve paths inside nested css files:
background-image: url(file)
em-icons.scss
SHOULD have whole relative path to avoid this after generating again the font.