diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 05:56:29 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 05:56:29 +0800 |
commit | 88c7d907fa97f7918b82df8c1759b43c28c7273b (patch) | |
tree | 069e7a34f22ca084b3ea85011d2bc144cf7c7ea0 /packages/instant/src/components/sandbox.tsx | |
parent | e8814ecbe70b97dfa0de0f51b6a3b7e7fcd89ea2 (diff) | |
download | dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.gz dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.bz2 dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.lz dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.xz dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.tar.zst dexon-sol-tools-88c7d907fa97f7918b82df8c1759b43c28c7273b.zip |
better function definiton
Diffstat (limited to 'packages/instant/src/components/sandbox.tsx')
-rw-r--r-- | packages/instant/src/components/sandbox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/sandbox.tsx b/packages/instant/src/components/sandbox.tsx index b574fd35c..b2c64efd3 100644 --- a/packages/instant/src/components/sandbox.tsx +++ b/packages/instant/src/components/sandbox.tsx @@ -13,5 +13,5 @@ export const Sandbox = display: block; border: 1px solid black; background-color: yellow; - ${props => stylesForMedia(props.width)} + ${props => stylesForMedia('width', props.width)} `; |