Jacob Rask
Jacob Rask
Hi, I noted your feature request and changed the title to reflect that. Thanks.
Do you have any suggestions on the syntax to use for this feature? I considered hacking the code fences to specify some custom non-existing language: `````` ```preview this would only...
> Actually, I think what should happen is that both CSS classes get renamed to the _same_ name. This is what I'd expect it to work for the project I'm...
I have added an "--preprocessor none" option, could you use that and then `@import` your projects main CSS output file(s) from docs.css to solve 1, 2 and 4?
I'd like to help out with this but I'm not really sure where to start as I haven't used Compass myself. Could you point me to some project on GitHub...
> I'd find assertions for `aria-invalid` and `aria-errormessage` useful, maybe `toBeValid`/`toBeInvalid` and `toHaveErrorMessage`? > > I get around the former with https://github.com/PREreview/prereview.org/blob/403705b239fe088d7d2ed28e46042ed7f94324cb/integration/posting-a-prereview.spec.ts#L932, but the latter is harder as it refers...
It is supposed to do that, but the demo is broken. This project is unfortunately not actively maintained.
I see some green boxes 👀
For a concrete use case, I am trying to refactor the following `componentDidCatch` to `getDerivedStateFromError` ``` componentDidCatch(error) { if (error instanceof RequestError) { this.setState( state => ({ errorsBySrc: { ...state.errorsBySrc,...
The first step would be a database of prefixed properties and in which versions they were unprefixed. That's something that would be useful for other projects, like server side prefixing...