module DA_STYLE

Included Modules

Defined in:

da_style.cr
keyword/keyword.cr
type/allowed.cr
type/alpha.cr
type/deg.cr
type/em.cr
type/hex.cr
type/hsla.cr
type/hue.cr
type/percent.cr
type/positive_negative.cr
type/px.cr
type/rgb_color.cr
type/rgb_level.cr
type/rgba_color.cr
type/url.cr

Instance Method Summary

Macro Summary

Instance methods inherited from module DA_STYLE::DEG

deg(num) deg

Instance methods inherited from module DA_STYLE::HEX

hex(s) hex

Instance methods inherited from module DA_STYLE::URL

url(s : String) url

Instance methods inherited from module DA_STYLE::PERCENT

percent(i) percent

Instance methods inherited from module DA_STYLE::EM

em(i : Int32 | Float64) em

Instance methods inherited from module DA_STYLE::PX

px(v) px

Instance methods inherited from module DA_STYLE::KEYWORD

all all, auto auto, border_box border_box, bottom bottom, center center, contain contain, content_box content_box, cover cover, currentcolor currentcolor, dashed dashed, dotted dotted, fixed fixed, inherit inherit, initial initial, left left, local local, medium medium, no_repeat no_repeat, none none, repeat repeat, repeat_x repeat_x, repeat_y repeat_y, right right, round round, scroll scroll, slash slash, solid solid, space space, stretch stretch, text text, thick thick, thin thin, top top, transparent transparent, unset unset

Instance Method Detail

def io #

[View source]
def render(&) #

[View source]
def s(raw : String, &) #

[View source]
def s_alias(name : String, &) #

[View source]
def scoped(klass, &) #

[View source]
def selector!(s) #

[View source]
def to_css #

[View source]

Macro Detail

macro create_family(name, *args) #

[View source]
macro create_property(name) #

[View source]
macro p(name, *args) #

[View source]