Recommended css beautification, optimization and merging tools_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:58:01
Original
1651 people have browsed it

In fact, many times, after we write the css rules, we only think about three things:

  1. Verification
  2. Beautification
  3. Compression

Of course, whether we make such a tool ourselves or find some better mature tools, we have several expectations:

  • Whether it supports some hacks under IE Method:
  • *property:value

    _property:value

    property:valye9

  • Whether it supports @import
  • Whether it supports @charset "UTF-8"
  • Whether it supports !important
  • etc. . . . .

    The following is a brief introduction to two of my more commonly used tools:

    1. CSSTidy

  • can compress css, and can automatically add comments and redundant Remove attributes
  • No built-in verification tool
  • Does not support expression
  • You can also try the following address:

    http://www.css88.com/tool /csstidy/?lang=cn

    2. FormatCSS

    It’s very simple to know by looking at it. I will add this paragraph when I have time.

    Extended reading:

    1. Online address provided by Script House: http://www.jb51.net/tools/cssyasuo.shtml

    2. http: //www.iteye.com/news/23692 More recommended tools

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template