Skip to content

change body font-size token to 500 font-Weight #23

change body font-size token to 500 font-Weight

change body font-size token to 500 font-Weight #23

Workflow file for this run

name: Generate CSS from tokens with Style Dictionary
on: [push]
jobs:
generate_css:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Debug
run: echo "${{ github.workspace }} -- ${{ github.repository }}"
- name: Print Node.js version
run: node -v
- name: Install dependencies
run: npm install style-dictionary @tokens-studio/sd-transforms
- name: Build output files with Style Dictionary
run: node build.js
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update Style Dictionary build output
file_pattern: 'build/*.*css'