Giter Club home page Giter Club logo

prettycss's Introduction

PrettyCSS

PrettyCSS is a CSS3-compliant parser, lint checker, and pretty printer. With this tool you can check for CSS format violations and then beautify the code to standardize it. With another configuration you are able to crunch your styles down as much as possible to produce minified output.

This was created because there were no tools at the time that really covered all of our use cases and that also handled CSS3. Additionally, one can really benefit from the suggestions and value validation that is a part of PrettyCSS.

Features

  • Fast - over 500k of minified text can be loaded up, parsed, and checked against rules in a couple seconds
  • Portable - it is written in JavaScript, so it runs on servers, workstations, and even directly in your web browser
  • Thorough - CSS property names and values are checked to ensure you didn't mistype something
  • Tested - Many tests are included to cover all sorts of scenarios, with more being written for every edge case found
  • Free - the code is on GitHub (submit bugs and feature requests there) and use a MIT style license

Check it out with the live demo!

More Reading

  • Beautifier Options - Everything you can configure with the pretty printer
  • Lint - Here is a list of problems that could get detected
  • Errors and Warnings - A listing of all error and warning codes that can be generated
  • Install - instructions for how to get this running on your own computers
  • Command-Line Interface - Once installed, here is how to run it
  • Function Reference - The exposed functions on the object and the configuration options available for calling from JavaScript directly
  • Changelog - See why we touched the code between releases

prettycss's People

Contributors

fidian avatar michaelplaxico avatar jwang1919 avatar cwood avatar janpapenbrock avatar nicolasbock avatar catrope avatar todvora avatar crowjonah avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.