Skip to content

Commit

Permalink
Fix CSS for old safari
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc committed Nov 2, 2024
1 parent 5300828 commit f684f7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@rx-angular/template": "^18.0.0",
"@types/byte-size": "^8.1.0",
"byte-size": "^8.1.0",
"@floogulinc/construct-style-sheets-polyfill": "^3.2.0",
"dequal": "^2.0.3",
"exifreader": "^4.20.0",
"fast-blurhash": "^1.1.2",
Expand Down
2 changes: 2 additions & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
*/


import '@floogulinc/construct-style-sheets-polyfill'

/**
* By default, zone.js will patch all possible macroTask and DomEvents
* user can disable parts of macroTask/DomEvents patch by setting following flags
Expand Down

0 comments on commit f684f7b

Please sign in to comment.