-
Hi,
I was trying to run the livingstyleguide in my application but couldn't get it to work.
The only thing I was seeing is:
![screen shot 2015-05-18 at 19 08 43](https://cloud.githubusercontent.com/as…
-
## `livingstyleguide compile`
- [x] `livingstyleguide compile xy.html.lsg`
- reads _xy.html.lsg_
- outputs _xy.html_ into same directory
- [x] `livingstyleguide compile xy.lsg`
- reads _xy.lsg_
…
-
``````
``` example
@scss {
.my-class {
color: red;
}
}
```
``````
Output including ID scoping:
``` html
#example-1 .my-class { color: red }
```
-
Allow to define own filters in Ruby files:
```
// styleguide.lsg
@require my-filters
@foo Bar
```
``` ruby
# my-filters.rb
LivingStyleGuide.add_filter :foo do |bar|
"#{bar}"
end
```
This also all…
-
Hi great work on this tool!
I'd like to completely kill all LSG `.livingstyleguide--` styles that are injected into the html.. is that possible? Like a complete clean slate.
I'm finding them competi…
-
When trying to compile livingstyleguide with a file with import 'breakpoint' it complains that it can't find the import.
Using version 2.0.0 alpha.3
-
Currently no glob imports are supported
```
@import modules/*
```
Thanks in advance!
-
Despite change in a3cc21e7, build artefacts (i.e. the compiled `index.js`) are missing from the npm-published package.
``` javascript
// gulpfile.js
var livingstyleguide = require('gulp-livingstylegu…
myabc updated
9 years ago
-
I need to have more than two levels of heading for my style guide (h1 - h6). When I try to apply markdown for headings as ###heading, the result is '###heading' instead of an h3 tag.
Am I missing som…
-
I've git a Docker container based on phusion/baseimage and inside this container I compiled ruby 2.1.2 myself.
I try to install the gem **livingstyleguide** and during this process **redcarpet 3.0.0**…