Closed BebeSparkelSparkel closed 3 years ago
pr #186
Stale issue message
This issue has not seen any activity in a long time. If no further activity occurs, it will be closed after ten weeks.
It is something that puzzled me for a while when I first started using clay the day before yesterday.
@ddssff feel free to pick up #186 if you want :)
Ok, I just need a little more experience.
I'm not sure if this is the same as #25 but it would be nice to have a function that converts a Refinement to a Selector.
Right now to just select on a class or an id we have to use
star # class_ "class-name"
which outputs*.class-name
.Would
sel = (#) $ selectorFromText "" :: Refinement -> Selector
be an acceptable solution?