Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 136 Bytes

STYLESHEETS.md

File metadata and controls

10 lines (9 loc) · 136 Bytes

Example

style = Stylesheet.new({
    'width': 20,
    'height': 20,
    'someother': 15
})

style.apply(BUILDER, "home")