StephanHoyer / yss

why style sheets?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yss - why style sheets?

example

What is yss?

Given that you use the mighty mithril.js you can do something like this:

const myLink = 'a' + yss.fsL.dIb.bgBlue.fgWhite.brPill.boNone.hoGrow.ulNone
m(myLink, { href: '#' }, 'Click me')

Credits

Heavily inspired by https://github.com/porsager/bss. Thanks Rasmus!

About

why style sheets?

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.4%