1.8.2 • Published 3 years ago

reach-et-postcss-config v1.8.2

Weekly downloads
222
License
MIT
Repository
bitbucket
Last release
3 years ago

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"
1.8.2

3 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago