< Home - < Back

csslint


Information about the package, csslint, which is shipped with common Linux distributions. The csslint package is designed for, Detecting potential problems in CSS code.


Package Name:

csslint

Summary:

Detecting potential problems in CSS code

Description:

CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want.

Architecture:

noarch

Version:

0.10.0

Release:

1.el6

Size:

64 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for csslint


Control the csslint package with the following handy commands outlined below.


Command

Description of Command

yum install csslint

This command will install csslint on the server.

yum remove csslint

This command will un-install csslint on the server. When you run this command, you will be asked if you are sure that you want to remove csslint, so you have to manually confirm that you want to do this.

yum -y remove csslint

This command will un-install csslint on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove csslint when using the -y flag.

yum update csslint

This command will update csslint to the latest version. When you run this command, you will be asked if you are sure that you want to remove csslint, so you have to manually confirm that you want to do this.

yum -y update csslint

This command will update csslint to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove csslint when using the -y flag.

yum info csslint

This command will show you core information about the csslint package.

yum deplist csslint

This command will show you the dependencies for csslint. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update csslint

This command will check if there is an update waiting on csslint. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.