-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Performance issues in development environment (#89)
- Loading branch information
Showing
115 changed files
with
1,066 additions
and
2,934 deletions.
There are no files selected for viewing
Binary file modified
BIN
+756 Bytes
(100%)
packages/fuselage/.loki/reference/chrome_iphone7_Buttons_CheckBox_States.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-2.29 KB
packages/fuselage/.loki/reference/chrome_iphone7_Forms_InputBox_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.29 KB
.../fuselage/.loki/reference/chrome_iphone7_Forms_Inputs_EmailInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.29 KB
...selage/.loki/reference/chrome_iphone7_Forms_Inputs_PasswordInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.29 KB
...fuselage/.loki/reference/chrome_iphone7_Forms_Inputs_SearchInput_With_Addon.png
Binary file not shown.
Binary file modified
BIN
+469 Bytes
(110%)
....loki/reference/chrome_iphone7_Forms_Inputs_SelectInput_Multiple_With_Addon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-2.29 KB
...elage/.loki/reference/chrome_iphone7_Forms_Inputs_TelephoneInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.41 KB
...selage/.loki/reference/chrome_iphone7_Forms_Inputs_TextAreaInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.29 KB
...s/fuselage/.loki/reference/chrome_iphone7_Forms_Inputs_TextInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-2.29 KB
...es/fuselage/.loki/reference/chrome_iphone7_Forms_Inputs_UrlInput_With_Addon.png
Binary file not shown.
Binary file modified
BIN
+372 Bytes
(100%)
packages/fuselage/.loki/reference/chrome_laptop_Buttons_CheckBox_States.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-998 Bytes
packages/fuselage/.loki/reference/chrome_laptop_Forms_InputBox_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...s/fuselage/.loki/reference/chrome_laptop_Forms_Inputs_EmailInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...uselage/.loki/reference/chrome_laptop_Forms_Inputs_PasswordInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-998 Bytes
.../fuselage/.loki/reference/chrome_laptop_Forms_Inputs_SearchInput_With_Addon.png
Binary file not shown.
Binary file modified
BIN
+214 Bytes
(110%)
.../.loki/reference/chrome_laptop_Forms_Inputs_SelectInput_Multiple_With_Addon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-998 Bytes
...selage/.loki/reference/chrome_laptop_Forms_Inputs_TelephoneInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-1.02 KB
...uselage/.loki/reference/chrome_laptop_Forms_Inputs_TextAreaInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...es/fuselage/.loki/reference/chrome_laptop_Forms_Inputs_TextInput_With_Addon.png
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...ges/fuselage/.loki/reference/chrome_laptop_Forms_Inputs_UrlInput_With_Addon.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,5 @@ | |
], | ||
"plugins": [ | ||
"@babel/plugin-proposal-class-properties", | ||
"babel-plugin-styled-components" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.rcx-box { | ||
@include box; | ||
} |
Oops, something went wrong.