kss
kss copied to clipboard
A methodology for documenting CSS and generating styleguides.
Is there a way to add the `::selection` and `:target` as modifiers? I'm currently adding a special class for the modifier manually in the `kss-only.scss` (node implementation). Is there a...
from: https://github.com/kss-node/kss-node/issues/52 What if my modifiers are not always class names? E.g. I often use ARIA role attributes as modifiers: ``` .btn[aria-disabled="true"] { ... } ``` I did not find...
Would be great to able to translate the styleguide to multiple languages using only one source file + maybe multiple translation files. Would make working in an international environment a...
From #116: > Finding another acronym for KSS. Knyle Style Sheets was always meant to be silly, but a lot more people ended up using this than I imagined. I...
While not stabilized by the specification, it grows in popularity due to PostCSS and it's plugin possibilities. Some browsers already implemented them and I use them for about 6 months...
The image at the bottom of the Spec page is broken. https://github.com/kneath/kss/blob/master/SPEC.md#example
From #116, @kneath said: > Things I would be interested in: > Updating the website to be retina & mobile-friendly. I hacked it out in an afternoon years ago and...
Is it fine to add codebeat badge to README? codebeat is automated code review tool for Swift, Ruby & Go that helps get instant feedback on code quality. "Quick wins"...