-
@bradfrost -
I've pushed the latest mark-up changes to `feature-panels` that you wanted. Now the modal pop-up and style guide view share the same layout. They're _not_ well-styled so they look a bit …
-
I've installed kss (version 3.0.0-beta.17) but the only way I can get it to run is by directly calling the api like this:
```
const kss = require('kss'),
kssConfig = require(path.resolve('con…
-
Gives us more magical KSS goodness.
-
I've created a custom builder via
`
kss --clone
`
and I have this config file "kss-config.js":
```
{
"source": "/localpath/scss-files",
"destination": "/localpath/css-files",
"builder…
-
Everything builds fine once I run my build script but I'm getting this upon editing and saving a css file:
`ERROR in ./~/css-loader!./~/postcss-loader!./project/static/css/styles.css
Module build …
-
Clean up, and bring in Metalsmith-KSS:
https://github.com/kwizzn/metalsmith-kss
Bring in latest from https://github.com/kss-node/kss-node .
-
When DrupalVM is configured for a BLT repo, and a user executes `blt frontend` from outside the VM please ssh into the vm and execute `blt frontend` from inside the VM. This will ensure consisten…
-
I am getting the following error `unknown argument: t` when I try to run `npm-exec kss node_modules/kss-bootstrap/styleguide out -t node_modules/kss-bootstrap/bootstrap`. I have `kss` installed global…
-
After running:
```
kss-node node_modules/kss-bootstrap/styleguide out -t node_modules/kss-bootstrap/bootstrap
```
I get an out directory created, but hitting out/index.html or out/section-components…
-
In line 339 of kss_style_guilde.js:
[https://github.com/kss-node/kss-node/blob/master/lib/kss_style_guide.js#L339](https://github.com/kss-node/kss-node/blob/master/lib/kss_style_guide.js#L339)
T…