diff --git a/package.json b/package.json index 3c4c169..5988000 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "qunit": "^2.20.0", "qunit-dom": "^3.0.0", "release-it": "^17.0.1", - "sass": "^1.69.5", "stylelint": "^15.11.0", "webpack": "^5.89.0" }, @@ -84,7 +83,7 @@ "build": "ember build --environment=production", "deploy": "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages", "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", - "lint:css": "stylelint '**/*.{css,scss}'", + "lint:css": "stylelint '**/*.css'", "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", "lint:fix": "npm run lint:css:fix; npm run lint:hbs:fix; npm run lint:js:fix; npm run lint:intl:fix; npm run lint:prettier:fix", "lint:hbs": "ember-template-lint .",