-
- [x] make sure the LivingStyleGuide works with current [Padrino](https://github.com/padrino/padrino-framework)
- [x] add Padrino example application to [hagenburger/livingstyleguide-example](https://…
-
I do not quite understand the decision to compile sass and include it into html inside a `style` tag. It is not much convenient for our workflow: usually you already compile styles into a .css file (u…
-
I know there is already an example project but an example website to see what it will generally look like in the end would be awesome. Maybe just hosting the example project on some webspace?
Thanks …
Nilos updated
10 years ago
-
When I have a color that contains a number in its name (e.g. `$rating-0: #ff0000`) the parser is not able to correctly transfer the color to the style guide.
`_colors.sass`: `$rating-10: #ff0000`
`_…
-
I am trying to use livingstyleguide for the first time and I have a weird problem.
I added a markdown file for one of my .scss files, it is located in sass/base/_girids.scss, so I added sass/base/_gr…
-
We are currently looking for a way to document styles in a larger project.
I was wondering if living styleguide could be implemented into our setup, which uses neither rails nor middleman. We use Grun…
-
Hi Nico! :-),
since today i always get this error if i try to enter "livingstyleguide compile {{filename}}". I already uninstalled all gems and installed the livingstyleguide gem again. But it doesn'…
-
A bundle update brings in redcarpet version 3.1.0. This crashed the webserver when I call the livingstyleguide page.
Locking redcarpet to version 3.0.0 in the gem file solved the problem on my machine…
-
```
~~~
@javascript
alert("Hello World");
~~~
```
=>
``` html
alert("Hello World");
alert("Hello World");
```
-
I have a rails 4 app using foundation 5 (gem 'foundation-rails').
The line `import "foundation"`
inside `application.css.scss` breaks the Livingstyleguide.
File to import not found or unreadable: fo…