Skip to content

Commit

Permalink
Style: css tokens (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: jared-dickman <jared-dickman@users.noreply.github.com>
  • Loading branch information
jared-dickman and jared-dickman committed Jan 26, 2024
1 parent cd33095 commit 8dcdd14
Show file tree
Hide file tree
Showing 10 changed files with 2,075 additions and 19 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/tokens-to-css.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Design Tokens to CSS

on:
push:
branches-ignore:
- 'main'
workflow_dispatch:

jobs:
design-tokens-to-css:
name: Build CSS Vars
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4

- name: Run tokens-to-css
run: npm run tokens-to-css

- name: Commit generated CSS
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Commit generated CSS
Loading

0 comments on commit 8dcdd14

Please sign in to comment.