File: css

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[csslint-libcroco]
apt = libcroco-tools
files = *.css
command = csslint-0.6 {file} > /dev/null

# TODO: https://github.com/CSSLint/csslint
# TODO: https://github.com/sasstools/sass-lint
# TODO: https://github.com/brigade/scss-lint/
# TODO: https://github.com/rtfpessoa/lesslinter
# TODO: https://github.com/stylelint/stylelint

# vim:ft=dosini