issues
search
ClassyKit
/
Classy
Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740
stars
76
forks
source link
Beta version
#1
Closed
cloudkite
closed
10 years ago
cloudkite
commented
11 years ago
[x] Flexible syntax support (
{
,
}
,
;
,
:
are all optional)
[x] Ability to attach a string
styleClass
to any view
[x] Support for comments
/*hello comment*/
and
//hello comment
[x] Variables, Equations/Expressions
[x] Hierarchical selectors
[x] Support properties on your own UIView subclasses
[x] Exact class match vs subclass matching
[x] Direct superview vs ancestor matching
[x] Live reload
[x] Primitive, Struct (NSInteger, CGFloat, UIEdgeInsets etc) support
[x] UIImage support
[x] Hex colors
[x] Named colors ie red, blue etc
[x] Better errors
[x] Nested selectors
[x]
&
concat nested selectors
[x] CASStyleSelectorSpec, fix issue with complex style selectors
[x] Support non view objects such as UIBarButtonItem
[x] Support all relevant UIAppearance props
[x] Support common UIKit props
[x] textAttributes support, NSFontAttributeName etc
[x] website @ www.classy.as
[x] README.md
{
,}
,;
,:
are all optional)styleClass
to any view/*hello comment*/
and//hello comment
&
concat nested selectors