UNPKG

stylis-pxtorem

Version:

A CSS post-processor that converts px to rem.

37 lines (36 loc) 744 B
{ "name": "stylis-pxtorem", "description": "A CSS post-processor that converts px to rem.", "version": "0.0.2", "author": "aware", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:aware/stylis-pxtorem.git" }, "bugs": "https://github.com/aware/stylis-pxtorem/issues", "main": "index.js", "scripts": { "test": "jasmine", "lint": "jshint .", "format": "pretty-quick" }, "devDependencies": { "jasmine": "^3.1.0", "jshint": "^2.9.5", "prettier": "1.12.1" }, "keywords": [ "css", "rem", "pixel", "px", "stylis", "stylis-plugin" ], "dependencies": { "object-assign": "^4.1.0", "pretty-quick": "^1.4.1", "stylis": "^3.5.0" } }