Skip to content

Commit

Permalink
add media query sorting, cssnano and duplicated selector combinatroni…
Browse files Browse the repository at this point in the history
…c also tweaks in postcss config
  • Loading branch information
arzafran committed Nov 20, 2024
1 parent a817059 commit 0d43fcd
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 17 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@
"@types/react": "^18.3.12",
"@types/three": "^0.169.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"lefthook": "^1.8.2",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-extend": "^1.0.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-functions": "^4.0.2",
"postcss-import": "^16.1.0",
"postcss-include-media": "^1.1.1",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.0",
"postcss-sort-media-queries": "^5.2.0",
"storybook": "^8.4.2",
"typescript": "^5.6.3"
},
Expand Down
Loading

1 comment on commit 0d43fcd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 75
🟢 Accessibility: 90
🟢 Best practices: 96
🟠 SEO: 63

Lighthouse ran on https://satus-medey0bg7-darkroom-engineering.vercel.app/

Please sign in to comment.