All Projects → pakastin → prefix

pakastin / prefix

Licence: MIT license
CSS auto-prefix in < 0.5 KB

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to prefix

django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (+52.38%)
Mutual labels:  prefix
feathers-versionate
Create and work with nested services.
Stars: ✭ 29 (+38.1%)
Mutual labels:  prefix
global-prefix
Get the npm global path prefix. Same code used internally by npm.
Stars: ✭ 27 (+28.57%)
Mutual labels:  prefix
distube-music-bot
An advanced music bot based on distube.js.org with filters and more
Stars: ✭ 24 (+14.29%)
Mutual labels:  prefix
Jolf
A golfier prefix version of JavaScript
Stars: ✭ 13 (-38.1%)
Mutual labels:  prefix
Naming Cheatsheet
Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.
Stars: ✭ 9,475 (+45019.05%)
Mutual labels:  prefix
android-prefix-suffix-edit-text
EditText with support for non editable prefix and suffix.
Stars: ✭ 36 (+71.43%)
Mutual labels:  prefix
prefixtree
A prefix tree (trie) implementation in go
Stars: ✭ 21 (+0%)
Mutual labels:  prefix

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].