Skip to content

Commit

Permalink
Merge pull request #15 from Respo/css
Browse files Browse the repository at this point in the history
add some default styles in Calcit
  • Loading branch information
NoEgAm authored Oct 11, 2023
2 parents d819105 + 83111d3 commit d6b8382
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 65 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
name: 'cr'
version: '0.8.0-a3'
version: '0.8.4'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
name: 'caps'
version: '0.8.0-a3'
version: '0.8.4'

- name: "compiles to js"
run: >
Expand Down
168 changes: 133 additions & 35 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d6b8382

Please sign in to comment.