-
Hi John,
Could you please merge my branch to your master branch?
https://github.com/lvs-shinjisueyoshi/grunt-kss/tree/v2.0.0
This is grunt-kss version 2.0.0, it's great isn't it?
Hope you like it.
…
-
In our layouts directory, there is a kss/application.html.erb file but it's not being picked up by the gem when going to /kss. Instead, it's using the main application layout. Which is causing this …
-
These instructions are very helpful if you want to clone a handlebars helper, but less so when trying to create a new custom builder for twig
https://github.com/kss-node/kss-node/wiki/Using-custom…
-
CSS as written is inherently difficult to understand and relate to markup and associated javascript enhancing both the css and markup. Documenting CSS using KSS, makes it easy to interpret like JSDoc.…
-
The currently latest version of KSS (kss@3.0.0-beta.25) is reporting 1 high severity vulnerability. This is the output of `npm audit`:
``` …
Didel updated
5 years ago
-
`kss-config.json`
```
{
"title": "Style Guide",
"source": "./src/stylesheets/",
"destination": "styleguide/",
"css": ["./src/index.css"]
}
```
this is SCSS im using
```
// Butto…
-
Hi. I am using a cloned version of the Twig builder. It works fine from the cli but from grunt grunt-kss I get this error:
`Warning: kss expected the builder to implement KssBuilderBase API version…
-
The idea behind KSS is to define the stylesheet component directly next to the CSS (or SASS etc) that affects this component.
However, in some cases we want to generate a style guide preview for CS…
-
Team i57 (Bryan):
It would be awesome to build AND document code using CodeKit by integrating one of the following (or a custom) CSS / HTML / JS Living Style Guide solutions. The idea is to comment c…
-
Buildout needs these in eggs:
atrealmailservices
kss.core
plone.app.kss
And there's no test for the existence of user.gif or group.gif in mailservices.pt, so I fixed the error by removing th…