Skip to content

Commit

Permalink
Add sass integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Feb 25, 2022
1 parent 89c3835 commit e960034
Show file tree
Hide file tree
Showing 12 changed files with 3,059 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
integration: [parcel, postcss-cli, rollup, tailwindcss-cli, vite, webpack-4, webpack-5]
integration: [parcel, postcss-cli, rollup, rollup-sass, tailwindcss-cli, vite, webpack-4, webpack-5]
node-version: [16]

steps:
Expand Down
4 changes: 4 additions & 0 deletions integrations/rollup-sass/.gitignore
@@ -0,0 +1,4 @@
dist/
node_modules/
!tailwind.config.js
!index.html

0 comments on commit e960034

Please sign in to comment.