Files
site
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
<!DOCTYPE html> <html> <meta charset="UTF-8" /> <title>Readme</title> <meta name="description" content="Travis Build Status - Master Travis Build Status - Develop npm downloads in the last month npm total" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="//fonts.googleapis.com/css?family=Rubik|Unica+One" rel="stylesheet" /> <link rel="stylesheet" href="./static/css/normalize.css?283329da8afe2891" /> <link rel="stylesheet" href="./static/css/flexboxgrid.min.css?283329da8afe2891" /> <link rel="stylesheet" href="./static/css/github-flavored-markdown.css?283329da8afe2891" /> <link rel="stylesheet" href="./static/css/light.css?283329da8afe2891" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css" /> <style> body, .markdown-body { font-family: "Rubik|Unica+One", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } </style> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script src="./static/main.js?283329da8afe2891"></script> <body> <div id="root"><div class="wrap container-fluid"><header class="site-header"><h1><a href="/">cssparser</a></h1><nav class="nav-link"><a href="/">Home</a><a href="https://github.com/cwdoh/cssparser.js">Git</a><a href="#" class="more"><svg aria-hidden="true" class="octicon" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"></path></svg></a></nav></header><section class="row main"><aside class="col-xs-12 col-sm-3 col-md-3 col-lg-3"><div class="chap"><span class="chap-title"></span><ul><li class="active"><a href="./README.html">Readme</a></li><li class=""><a href="./usage.html">Usage</a></li><li class=""><a href="./example.html">Example</a></li><li class=""><a href="./changelog.html">Changelog</a></li><li class=""><a href="./contribute.html">Contribute</a></li></ul></div></aside><article class="col-xs-12 col-sm-9 col-md-9 col-lg-9"><div class="markdown-body"><p><img src="https://img.shields.io/travis/cwdoh/cssparser.js/master.svg" alt="Travis Build Status - Master"> <img src="https://img.shields.io/travis/cwdoh/cssparser.js/develop.svg" alt="Travis Build Status - Develop"> <img src="https://img.shields.io/npm/dm/cssparser.svg" alt="npm downloads in the last month"> <img src="https://img.shields.io/npm/dt/cssparser.svg" alt="npm total downloads"></p> <h1 id="cssparserjs"><a href="#cssparserjs" aria-hidden="true"><span class="icon icon-link"></span></a>cssparser.js</h1> <p>cssparser.js is a parser that generates json matched with source css structure.</p> <h2 id="description"><a href="#description" aria-hidden="true"><span class="icon icon-link"></span></a>Description</h2> <ul> <li>License: MIT license - <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a></li> <li>Author : Chang W. Doh</li> </ul> <h2 id="demo"><a href="#demo" aria-hidden="true"><span class="icon icon-link"></span></a>Demo</h2> <ul> <li><a href="//cwdoh.github.io/cssparser.js/demo/CSS_stringify.html">http://cwdoh.github.io/cssparser.js/demo/CSS_stringify.html</a></li> </ul> </div></article></section><footer>© 2017 <a>Chang W. Doh</a>. All rights reserved.</footer></div></div> </body> </html>