-
- [x] Write API docs for everything
- [x] List pros and cons, compare with other grid systems
- [x] README with screenshots and quick tutorial (a bunch of examples)
- [ ] Check browser compatibilit…
-
I have found the error that `requires` dependencies are getting referenced multiple times in the rendered output when some mixin is using some function multiple times.
``` scss
/**
* Some function t…
-
My coworker opened a [PR](https://github.com/dbox/flippant/pull/4) a while back to fix dependencies. It still has not resolved anything on our side because the changes were not published to NPM. Your …
-
Following @FWeinb proposal on Slack.
> let the user define a base color via config and then calculate needed permutations
-
Create a yeoman generator that does the following:
```
npm install oneagency-jacket &&
mv node_modules/oneagency-jacket/* . &&
mv node_modules/oneagency-jacket/.scss-lint.yml . &&
rm -rf node_module…
-
Entering `/**` + Enter expands to
```
/**
*
*/
```
when working in .css and .sass files. However, this is the result when working in .scss:
```
/**
///
```
Here's an example fro…
-
-
Hi,
First of all, just discovered SassDoc this week and I love how well it all looks! Thanks for all the hard work put into this!
One question I have is; is there a way to add a link to an image…
-
If I have some map, or mixin, with a documented property, it might be nice to try to parse the SCSS following the comment to try and infer its default value. Such that writing this SCSS:
``` scss
…
-
Do you plan to support css custom properties?
The [pull request](https://github.com/SassDoc/scss-comment-parser/pull/42) for the scss-comment-parser repository could be a starting point :)