Skip to content

Commit 8880b94

Browse files
authored
Update README.MD
1 parent 380b04a commit 8880b94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Converts JSON to Css
44

5+
This module exists so that you can store inline styles in JSON files, in a structured way. It is utilised by [vudash](https://vudash.com) among others, to allow storage of CSS rules inside a configuration file in a better way than just bunging it in a string.
6+
7+
It can also make merging two sets of CSS easy - meaning that third-parties don't have to understand your existing CSS and how it cascades, in order to replace rules.
8+
59
[![Build Status](https://travis-ci.org/desirable-objects/json-to-css.svg?branch=master)](https://travis-ci.org/desirable-objects/json-to-css) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
610

711
### Dependencies

0 commit comments

Comments
 (0)