Skip to content

StephanHoyer/yss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed284dc · May 18, 2021
May 18, 2021
May 18, 2021
May 18, 2021
May 18, 2021
Mar 17, 2018
Feb 15, 2018
May 18, 2021
May 18, 2021
Aug 13, 2017
Jun 25, 2019
May 18, 2021
May 18, 2021
Jun 25, 2019
May 18, 2021
May 18, 2021
May 18, 2021
May 18, 2021
May 18, 2021

Repository files navigation

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!