]> git.madduck.net Git - etc/vim.git/blob - doc/ale-sass.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-sass.txt
1 ===============================================================================
2 ALE Sass Integration                                         *ale-sass-options*
3
4
5 ===============================================================================
6 sasslint                                                    *ale-sass-sasslint*
7
8 See |ale-scss-sasslint| for information about the available options.
9
10
11 ===============================================================================
12 stylelint                                                  *ale-sass-stylelint*
13
14                                         *ale-options.sass_stylelint_executable*
15                                               *g:ale_sass_stylelint_executable*
16                                               *b:ale_sass_stylelint_executable*
17 sass_stylelint_executable
18 g:ale_sass_stylelint_executable
19   Type: |String|
20   Default: `'stylelint'`
21
22   See |ale-integrations-local-executables|
23
24                                         *ale-options.sass_stylelint_use_global*
25                                               *g:ale_sass_stylelint_use_global*
26                                               *b:ale_sass_stylelint_use_global*
27 sass_stylelint_use_global
28 g:ale_sass_stylelint_use_global
29   Type: |String|
30   Default: `get(g:, 'ale_use_global_executables', 0)`
31
32   See |ale-integrations-local-executables|
33
34
35 ===============================================================================
36   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: