pintariching
pintariching
I'm not exactly sure how to implement plugins. Generally I think they shouldn't be tied to the core compiler but somehow separated so that you can have your own plugin...
I'm currently working on this feature and on rewriting the parser using `nom`. If you look into `railwind::config`, there's the main extendable config that gets passed down to the parser....
Hi! I haven't yet seen such a use case but I think I have a function that parses a string to classes. But I think I haven't yet added that...
Okay I added support for files that are not HTML. Right now it splits the entire file by spaces and checks every entry if it's a valid class. This produces...
Oh no wait `@apply` does something completely else. I haven't yet looked into functions and directives, but it is something that will be added later.
Ok I'm looking to implement this feature. I would need help with the regex to capture the classes.
Hi! Thanks for stopping by! This grouping feature seems like a nice to have thing. I think it should be possible to implement with the current architecture. I'll have to...
Hi! Thanks for the bug report! It's possible I overlooked this feature and forgot to implement it. I'm currently working on redoing the parsing using `nom`. I'll keep this in...