Styleguide icon indicating copy to clipboard operation
Styleguide copied to clipboard

Results 53 Styleguide issues
Sort by recently updated
recently updated
newest added

Styleguide server does not work with server that uses SSL. Solution could be: importing SSL certificate like shown here: http://stackoverflow.com/questions/32889400/ssl-version-or-cipher-mismatch-expressjs

Hello all , I checked the live demo in the main site , and i noticed that i can see the css, html even the js with warning "This is...

Hi I am receiving the following error when I have setup a new styleguide: ``` Uncaught TypeError: Cannot read property '0' of undefined views.js:158 ``` gulpfile.js ``` var styleguide =...

![image](https://cloud.githubusercontent.com/assets/3501072/17130690/8687b426-5322-11e6-9aed-a135fd605161.png) As we talked, when custom styleguide path is provided, paths are incorrect in this case. We should make same paths for styleguide web and back-end parts, now they are...

Hey, so in the styleguide, when choosing Show Code for an element that doesn't have any description to it - the preview of said code is pushed down with the...

I would like to deploy the styleguide to a hosting environment so that it can be editable online. How do I go about that as you need to use a...

Hello. I'm tring to add scss files( like "Styleguide/templates/scss/main.scss" in this repo ). But I can't find the way. Does anyone knows solution? Thanks.

How do I enter edit mode? There's no "scrape variables" button and there's not much documentation on it. Also getting this error: ``` (node:80717) fs: re-evaluating native module sources is...

Category name is uppercase, but filename is created with lowercase. Styleguide should not ignore naming casing.

bug

Hello, I'm not sure how I should proceed to switch to edit mode. The styleguide server is listening on port 8889 after running `gulp start-styleguide` and I can see the...