Skip to content

desirable-objects/json-to-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json to Css

Converts JSON to Css

Dependencies

This module has no external dependencies.

API

  • Css
    • [string] of(json)
      • Returns a minified version of the css rules defined in json

Usage

const Css = require('json-to-css')
const json = require('./some-css.json')

const css = Css.of(json)
console.log(css)

About

Converts JSON to CSS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •