Skip to content

Commit

Permalink
Fix sass errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jun 6, 2024
1 parent aaf5715 commit 197db52
Show file tree
Hide file tree
Showing 13 changed files with 626 additions and 121 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/prs-lint-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11.x'
- name: Install dependencies
run: npm ci
- name: Check package-lock.json
Expand Down
7 changes: 6 additions & 1 deletion configs/webpack.renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ module.exports = (env, argv) => {
'style-loader',
'css-loader',
'resolve-url-loader',
'sass-loader',
{
loader: 'sass-loader',
options: {
sassOptions: { quietDeps: true },
},
},
],
},
{
Expand Down
Loading

0 comments on commit 197db52

Please sign in to comment.