-
Don't suppose you could add '[Position](https://github.com/Undistraction/position)' to Sassmeister? It's got good docs and pretty decent tests.
[Here](http://sassmeister.com/gist/330aabf3b6980f88ff3…
-
When converting `.sass` to `.scss`, C-style comments break.
``` scss
/**
* Comment
*/
```
Results in:
``` sass
/**
* Comment
```
-
While working on [generator-sassdoc-theme](https://github.com/SassDoc/generator-sassdoc-theme) I found myself willing to enable sub-generators (called via `composeWith`) to be able to add their own d…
-
After some testing with `@group` there are a couple of issues rising.
Test case:
I have two groups in my scss "foo" and "bar" with some functions and mixins in.
**1st scenario:**
I don't give friend…
-
We could use this https://github.com/SassDoc/sassdoc. Or at least something that can pull out inline descriptions and write them to a file. Really good work by the way.
-
I remember we talked about it, but did not had the case yet.
See [SassySVG test files](https://github.com/pascalduez/SassySVG/tree/master/test/css)
-
Should we include some mixins / functions ?
Right now CSS & Sass are empty.
-
Just a heads up, when I ran `npm install --save-dev gulp-sassdoc` it only pulled down the readme, package.json and node modules, no index.js. Copying the index.js from the repository worked for me tho…
-
### Observations
The `themeleon` package contains only the core, with the very basic `main` mixin containing only the `copy` function. Everything else (mostly template tengines support) is packaged i…
-
http://robots.thoughtbot.com/sass-default
This will allow me to use `_sass-gridlover.scss` but define my own config that overrides these preset defaults.
Maybe also consider name spacing your variab…