Preview: https://fonts-next.pages.dev/demo
Repo for managing manager-next iconfonts
iconfont
: The iconfontterraform
: Script to deploy the iconfont__tests__
: Tests to check icon font
- copy new fonts including version number
- run prettier on
style.scss
- replace all
&:before
with&::before
- remove all line contain
color: #525252;
https://stackoverflow.com/questions/51618226/visual-studio-code-removing-lines-containing-criteria - clean up
style.scss
via diff - rebuild
style.scss
withyarn sass style.scss:style.css
- link
iconfont
to the newest version and remove the old version - run
yarn test
and verify snapshot - merge release branch
- Cmd-F to open find.
- Input
color: #525252;
to find. - Opt-Enter to select all of the instances of the string on the page.
- Cmd-L to broaden the selection to the entire line of each instance on the page.
- Delete/Backspace to remove those lines.