reach-et-postcss-config

1.8.2 • Public • Published

reach-et-postcss-config

The standard PostCSS config for ET projects

Includes:

Install

npm i reach-et-postcss-config --save-dev

Setup

Create a postcss.config.js file and add the following

/* eslint-env node */
const postConfig = require('@trinitymirrordigital/postcss-config');
module.exports = postConfig;

test('my component button has a css class', ()=>{ const myComponent = document.querySelector('my-component'); expect(myComponent).toHaveShadowClass('button', 'my-css-class'); })


Copyright (c) 2019 "Reach Shared Services Ltd"

Readme

Keywords

none

Package Sidebar

Install

npm i reach-et-postcss-config

Weekly Downloads

2

Version

1.8.2

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • trinitymirrordigital-admin