-
-
We'll need an easy way to document the design. Available options:
* https://github.com/kss-node/kss-node
* http://oddbird.net/herman/
* https://foundation.zurb.com/sites/docs/style-sherpa.html
-
Starting with v 3.0.0-beta.19, getting the error
`Error: Cannot find module 'kss/builder'`
When attempting to load kss.
It seems to be looking in a different place - or in a different way - …
-
Hi, I'd like to add a feature request for handling ui components that are white.
Perhaps a comment in the sass to indicate it's a white element, then the build adds a light modifier to the example di…
-
### Expected Behavior
> Should properly detect and use the existing cache.
### Actual Behavior
> Even if the cache is in good condition, it fails to recognize it and builds a new cache every …
-
I suppose somebody, somewhere may just want the KSS style guide data stuffed into a JSON file so that it can build the style guide later.
Since kss.traverse() and kss.parse() just output a JSON-like …
-
Create a product similar to KSS that allows a developer to generate and keep and updated styleguide for a frontend project.
Notes from meeting:
Brian: because the templating engine in kss-node isn’t…
-
**Disclaimer:** This is kind of a wacky idea, but I have to put it down somewhere. Please poke holes in this if it seems like a bad idea!
## Problems
1. **Our component templates live separately f…
-
[KSS](http://warpspire.com/kss/) provides a way to add CSS documentation, allowing you to expose the components directly in a styleguide, automagically.
## Description
I'd like to see KSS documentati…
-
It'd be nice to be able to provide some modifier text along with the class. For example:
```
{{modifier_text}}
.status--verified - verified
.status--not-verified - not verified
```
Which woul…