-
Updated
Oct 2, 2020 - JavaScript
styled-system
Here are 162 public repositories matching this topic...
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
blockstack / ux
When using @blockstack/ui the linter informs me that String continuations are not recommended, explaining that:
Do not use line continuations (that is, ending a line inside a string literal with a backslash) in either ordinary or template string literals. Even though ES5 allows this, it can lead to tricky errors if any trailing whitespace comes after the slash, and is less obvious to read
-
Updated
Aug 15, 2019 - JavaScript
-
Updated
Aug 31, 2017 - JavaScript
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
Container currently is being created out of div. We should make it compose of Box, so we have all the flexbox etc. properties.
Improve the types
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Feb 16, 2019 - JavaScript
There are lineHeight warnings in the console in development mode in React Native. I applied a fix that should be transforming line heights to px, but for some peculiar reason, the warnings are still being given.
Relevant code: https://github.com/elemental-design/elemental-react/blob/master/src/atoms/Text/Text.tsx#L20-L24
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Sep 22, 2020 - TypeScript
Improve this page
Add a description, image, and links to the styled-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the styled-system topic, visit your repo's landing page and select "manage topics."


Description
Provide a high-level summary of your issue.
https://github.com/lightspeed/flame/blob/de4b4c89cb5243ee4f25883a65ef5227932fbfea/packages/flame/src/Core/index.tsx#L106
Rather than spreading both objects together, use deepmerge so that a new theme may extend the ThemeUI without fully overriding the original theme.
What do you think should have happened?
The
colorwou