mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
prevent FOUC
This commit is contained in:
@@ -9,6 +9,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
## Next
|
||||
|
||||
- Added `vscode.html-custom-data.json` to the build to support IntelliSense
|
||||
- Added a style to prevent FOUC before components are defined
|
||||
- Moved chunk files into a separate folder
|
||||
- Updated esbuild to 0.8.54
|
||||
|
||||
|
||||
@@ -303,3 +303,8 @@
|
||||
.sl-scroll-lock {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
// Prevent FOUC before elements are defined
|
||||
:not(:defined) {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user