ViggoV

Results 21 comments of ViggoV

I don't believe I ever found a solution, no.. We ended up writing a visual, introspective data browser for our customers instead, which I actually just published the first public...

Thank you very much :) > Den 23. nov. 2016 kl. 10.08 skrev Anand Kumar Parhi [email protected]: > > hey you can edit the snippet file in .atom/packages/react/snippets/JavaScript (JSX).cson or...

Possibly related. Single line comments are greyed out in the first level, but not for nested rules. ![skaermbillede 2019-01-24 kl 14 35 25](https://user-images.githubusercontent.com/3153568/51681564-5117d900-1fe5-11e9-985a-e9ac0e1e4a3d.png)

I am well aware of that, but `styled-components` does. It is not well documented, but see [this comment](https://github.com/styled-components/stylelint-processor-styled-components/issues/156#issuecomment-351255201) and the rest of the conversation.

@borela is there a way to disable Naomi's indentation settings completely and use the defaults? I've been poking around in the package, but it's not clear to me what's what....

If it is useful to anyone, styled-components support styling of any component: https://styled-components.com/docs/basics#styling-any-component ```javascript import { Card } from '@blueprintjs/core'; import styled from 'styled-components'; const StyledCard = styled(Card)` background-color: lightsteelblue;...

@giladgray Thank you for the detailed answer. If I understand you correctly it seems that you misunderstood me. In the `strippedStyles` examples I am actually asking for both *presentation* and...

I am having some partial luck with a dirty, hackish solution. I import the raw contents of the global stylesheets and `regex` out the `html` and `body` wrappers. I then...

I have yet to see this work. In fact I was surprised to read that this feature even exists. According to package-metadata.json I am running babel-sublime 8.6.3(?). It might conflict...

I'd be thrilled if someone with the nescessary expertise would resurrect this project. I've been experimenting with `2.0.0-beta.0` with some success but also some hacking and tweaking that might undermine...