-
Hi Nico!
I tried the 2.0.0 version and I encountered some strange behavior.
It would be nice if you had some advice that could show me what I am doing wrong.
I am working on these specs:
Windows 7
r…
-
Before using livingstyleguide, I could do this in my Rails app to `@import` a Sass partial at `app/assets/stylesheets/base/_colors.css.sass`:
```
// application.css.sass
@import base/colors
```
Now …
-
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 not supp…
-
I noticed in the README that you can use views inside of livingstyleguide, but had issues actually getting them to work.
My typical Ruby on Rails code that I am trying to emulate is
```
```
…
-
May be I have just missed it, but is it possible to provide custom template for a styleguide? I mean not only for header and footer. It would be nice to change templates for examples or code blocks, a…
-
For bigger styleguides it's very nice to have a fixed sidebar navigation to:
a) navigate to other parts of the styleguide
b) see where you are in the styleguide
This code inside my main `.lsg` file a…
-
The order should be:
1. Define all variables
2. LSG’s own styles
3. All custom CSS
Currently it’s 3 – 1 – 2 which makes it hard to override the default CSS by LSG.
-
As we use the [livingstyleguide](https://github.com/livingstyleguide/livingstyleguide) on most of the project, should we add this to the template
[![](https://api.gh-polls.com/poll/01DQY8XWS7W24H5D…
-
I need to write an example of markdown with code fencing, so I assumed that adding a backslash before the 3 backticks would work, but it doesn't (compare output with RAW: https://gist.github.com/jorda…
-
Could we have and open sourced design documentation and assets (moodboards, wireframes, patterns, templates, logos, icons, etc) so any contributor could have access and contribute here as well?
This …