Maximilian Torggler

Results 15 comments of Maximilian Torggler

Currently there is no SASS support unfortunately. But with the next release, an extension system is implemented which will allow it to easily enable such features.

Later on, something like a list of "official extensions" should exist. When you then initialize a new project, you should be able to choose which extensions you would like for...

That would be awesome! Mostly the more difficult thing is just to get into the project and understand its different parts. But if you have any questions or would like...

Extensions are the next feature which are planned to be shipped with Crana. I am currently working on that, you can have a look at the roadmap under "projects". With...

Experiencing the same issue. I also noticed the `media` attribute being set to `x` on the relevant `style` tags. Would love to avoid the switch to styled-jsx, as it doesn't...

@MihirGH That code is just a temporary workaround, it also possible that Next.js is setting the media attribute slightly after those events fire, maybe that's the reason why it's not...

Hmm that's strange, seems like a severe issue to me, and moving everything into non modular CSS seems like a very tedious task, just to make it modular again when...

@fredcorr Yea that code is a bit out of context, as @Limekiller mentioned, the best place to put it is `_app.tsx` / `_app.jsx`. I updated my comment accordingly to clear...

@fredcorr I'm using `getStaticProps` for all my pages for this particular project, but I don't think that should affect the route transition behaviour, just speculating ofc. Would be nice to...

So the behavior indeed seems a bit odd. I tried copying the dictionary from the [i18n.ts file](https://github.com/jakubroztocil/rrule/blob/218cc5853567d8c2e62a5179bb292a0cb49593e5/src/nlp/i18n.ts) and replicating it in different languages, then passing it to the `toText` method...