One thing that I like about pixate's freestyle is having conditions based on what device you're using. This can be quite helpful when you have a universal app and having different designs for the two devices.
Since I'm considering to use this library, do you think if you can add this as a feature too?
One thing that I like about pixate's freestyle is having conditions based on what device you're using. This can be quite helpful when you have a universal app and having different designs for the two devices.
Since I'm considering to use this library, do you think if you can add this as a feature too?
A simple example would be:
iPad UIView UIButton { background-color: red }
iPhone UIView UIButton { background-color: purple }