Skip to content

Commit 78084f2

Browse files
authored
Update README.md
1 parent 7346e7c commit 78084f2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# postcss-values-parser
1+
# postcss-values-parser [![Build Status](https://travis-ci.org/lesshint/postcss-values-parser.svg?branch=master)](https://travis-ci.org/lesshint/postcss-values-parser)
22

33
<img align="right" width="95" height="95"
44
title="Philosopher’s stone, logo of PostCSS"
55
src="http://postcss.github.io/postcss/logo.svg">
66

7-
[![Build Status](https://travis-ci.org/lesshint/postcss-values-parser.svg?branch=master)](https://travis-ci.org/lesshint/postcss-values-parser)
8-
97
A CSS property value parser for use with [PostCSS](https://github.com/postcss/postcss),
108
following the same node, container, and traversal patterns as PostCSS.
119

10+
## &nbsp;
11+
<p align="center">
12+
<b>:rocket: &nbsp; Are you ready to tackle ES6 and hone your JavaScript Skills?</b> &nbsp; :rocket:<br/>
13+
Check out these outstanding <a href="https://es6.io/">ES6 courses</a> by <a href="https://github.com/wesbos">@wesbos</a>
14+
</p>
15+
---
16+
1217
As with PostCSS and postcss-selector-parser, this parser generates an
1318
[Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree),
1419
(aka "AST") which allows for ease of traversal and granular inspection of each

0 commit comments

Comments
 (0)