Questions tagged [csslint]

csslint is a program used to parse CSS and flag syntax errors, anti-patterns, and redundant declarations.

csslint is open-source and has command-line, browser, and IDE interfaces.

79 questions
0
votes
1 answer

csslint command not executing in Jenkins

I am trying to execute following command from Jenkins window batch command csslint --format=lint-xml file.css > result.xml but every time it fail and give error: "csslint is not recognized as an internal or external command, operable program or…
Sumit Gupta
  • 775
  • 7
  • 9
0
votes
1 answer

How do I remove cssLint highlight in sublime text 2

I'm (trying to) using CSS Lint plugin for Sublime Text 2. Once I've run it, I can't remove the highlight. "Escape" just remove the console window. Hitting again the command just "re-lints". How can I remove the highlight? Thanks
Claudiu
  • 3,700
  • 1
  • 38
  • 35
0
votes
1 answer

csslint cli running in rhino gets stuck (win7)

I am trying to get the csslint - cli ( https://github.com/stubbornella/csslint ) to run on my system (windows 7). After typing in java -jar rhino\js.jar csslint-rhino.js styles.css and hitting enter nothing happens. Version numbers are all…
stephanlindauer
  • 1,910
  • 2
  • 14
  • 17
-1
votes
1 answer

@font-face declaration doesn't follow the fontspring bulletproof syntax

I have been trying this code in CSS but it is giving me this error. The Code is this: Directory:- I can't figure it out how to solve this. Also it hasn't run in my webpage browser. I have used Chrome as well as Microsoft Edge but not run in both.
1 2 3 4 5
6