dylanirlbeck / tailwind-ppx

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.
MIT License
152 stars 15 forks source link

Recursively get all classes in selector(prelude) #70

Closed azkane closed 4 years ago

azkane commented 4 years ago

Hey!

This changes the way classes are extracted from the prelude to get all the classes that are defined in a given selector instead of manually matching the problematic classes (group-hover) and others that could be user defined. This should fix #69

azkane commented 4 years ago

Hmm, those look like a bunch of unnecessary commits, would I break anything if I rebase them? Sorry new to this github stuff.