james bennett
Results
2
issues of
james bennett
I'd like to be able to inject the css but also extract it to a css file. This way our component library css can be used in web components but...
Here's my download ```- name: download artifact uses: dawidd6/action-download-artifact@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ci.yml commit: ${{ github.event.pull_request.head.sha }} name: artifactKey path: ./manifest ``` This just seems to grab...