1.2.1 • Published 7 years ago

@pakastin/prefix v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

js-semistandard-style npm Twitter Follow

prefix

CSS auto-prefix in < 0.5 KB (before GZIP)

install

npm install @pakastin/prefix

usage

import prefix from '@pakastin/prefix';

const TRANSFORM = prefix('transform');
const TRANSITION = prefix('transition');

const translate = (x, y) => `translate(${x}px, ${y}px)`;

const el = document.createElement('p');

el.style[TRANSITION] = `${TRANSFORM} .2s`;
el.style[TRANSFORM] = translate(100, 0);

oldskool

<script src="https://pakastin.github.io/prefix/prefix.min.js"></script>
<script>prefix(...)</script>

License

MIT

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago