Skip to content

fix: icon padding

fix: icon padding #10

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: |
./dist/latte.css
./dist/frappe.css
./dist/macchiato.css
./dist/mocha.css