@instructure/postcss-themeable-styles
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "@instructure/postcss-themeable-styles", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "PostCSS plugin for themeable component styles", | ||
@@ -14,3 +14,2 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"scripts": { | ||
"test": "cross-env NODE_ENV=test yarn lint", | ||
"lint": "eslint .", | ||
@@ -17,0 +16,0 @@ "lint:fix": "eslint . --fix" |
@@ -7,6 +7,6 @@ --- | ||
[npm]: https://img.shields.io/npm/v/@instructure/postcss-themeable-styles.svg | ||
[npm-url]: https://npmjs.com/package/@instructure/postcss-themeable-styles | ||
[![npm][npm]][npm-url] | ||
[![build-status][build-status]][build-status-url] | ||
[![MIT License][license-badge]][LICENSE] | ||
[![Code of Conduct][coc-badge]][coc] | ||
@@ -58,1 +58,13 @@ For use with [@instructure/babel-plugin-themeable-styles](#babel-plugin-themeable-styles), | ||
``` | ||
[npm]: https://img.shields.io/npm/v/@instructure/postcss-themeable-styles.svg | ||
[npm-url]: https://npmjs.com/package/@instructure/postcss-themeable-styles | ||
[build-status]: https://travis-ci.org/instructure/instructure-ui.svg?branch=master | ||
[build-status-url]: https://travis-ci.org/instructure/instructure-ui "Travis CI" | ||
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square | ||
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE | ||
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square | ||
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md |
3181
69