Erwann Mest

Results 131 issues of Erwann Mest

Hello, I would like to know how to merge two bd queries? I did this: https://codesandbox.io/s/merging-two-bodybuilder-queries-jsukd?file=/src/index.js Do you see a better way?

question

``` Traceback (most recent call last): File "/Users/kud/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/pick_color_command.py", line 63, in _open_color_picker File "./python3.3/subprocess.py", line 819, in __init__ File "./python3.3/subprocess.py", line 1448, in _execute_child PermissionError:...

I've got duplicate items suggested by Sublime Text since I've installed this plugin. Is there a way not to have duplicate items?

I've with 3154. ``` Error loading syntax file "Packages/Markdown Extended/Syntaxes/Markdown Extended.sublime-syntax": no such target scope:source.css#rule-list-body ``` I've tried to reinstall the plugin but still here.

In the video, you've got what it does, and what I'd like to have: ![Kapture 2019-07-29 at 14 32 09](https://user-images.githubusercontent.com/655838/62048656-b7d4b400-b20d-11e9-8649-ea2c71e6d2e8.gif)

bug
priority: high

![image](https://user-images.githubusercontent.com/655838/84037043-54272580-a99e-11ea-93b6-fccb75f17cb3.png) ```jsx const Timeline = styled.ul` list-style: none; display: flex; width: 100%; margin: 0; padding: 6rem 0; font-family: var(--font-family-cond-semibold); letter-spacing: 0.1rem; ${({ finished }) => finished && css` ${Timeline.Item}:last-of-type {...

``` import BaseTitle from "./Base/Title" import Line from "./Line" const Root = styled.div` margin: 2rem 0; ` const Title = styled.div`` // Title.Link = styled.a` Title.Link = styled(BaseTitle.withComponent("div"))` ` const...

bug

bug
priority: high