All Projects → davidhund → Shouldiprefix

davidhund / Shouldiprefix

A quick overview of what CSS features to prefix

Projects that are alternatives of or similar to Shouldiprefix

Pale Moon
Pale Moon web browser
Stars: ✭ 512 (+548.1%)
Mutual labels:  browsers
Preact Compat
🙌 React compatibility layer for Preact.
Stars: ✭ 927 (+1073.42%)
Mutual labels:  compatibility
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-20.25%)
Mutual labels:  autoprefixer
Graphene
Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
Stars: ✭ 614 (+677.22%)
Mutual labels:  compatibility
Qs
A querystring parser with nesting support
Stars: ✭ 6,688 (+8365.82%)
Mutual labels:  browsers
Gulp Boilerplate
A boilerplate for building web projects with Gulp.js.
Stars: ✭ 840 (+963.29%)
Mutual labels:  autoprefixer
Android Scanner Compat Library
A compat library for Bluetooth Low Energy scanning on Android.
Stars: ✭ 462 (+484.81%)
Mutual labels:  compatibility
Frontend Notes
An attempt to document what's happening on the client-side
Stars: ✭ 76 (-3.8%)
Mutual labels:  browsers
Stencil Postcss
Autoprefixer plugin for Stencil
Stars: ✭ 19 (-75.95%)
Mutual labels:  autoprefixer
Level
Fast & simple storage. A Node.js-style LevelDB wrapper for Node.js, Electron and browsers.
Stars: ✭ 1,071 (+1255.7%)
Mutual labels:  browsers
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+6910.13%)
Mutual labels:  browsers
Turretcss
Turret is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.
Stars: ✭ 729 (+822.78%)
Mutual labels:  autoprefixer
Loglevelnext
A modern logging library for Node.js that provides log level mapping to the console
Stars: ✭ 33 (-58.23%)
Mutual labels:  browsers
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+563.29%)
Mutual labels:  autoprefixer
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-17.72%)
Mutual labels:  autoprefixer
User Agents
A JavaScript library for generating random user agents with data that's updated daily.
Stars: ✭ 485 (+513.92%)
Mutual labels:  browsers
Win7fix
Cube World Beta Compatibility DLLs for Win7_64
Stars: ✭ 26 (-67.09%)
Mutual labels:  compatibility
Yapypy
Yet another Python Python
Stars: ✭ 77 (-2.53%)
Mutual labels:  compatibility
Cyberfox
cyberfox code repository
Stars: ✭ 66 (-16.46%)
Mutual labels:  browsers
Multileveldown
multilevel implemented using leveldowns with reconnect support
Stars: ✭ 51 (-35.44%)
Mutual labels:  browsers

(What) should I prefix?

NOTE: Any help is much appreciated. At the moment this is a very simple MVP-style one pager and some of the info is missing. Ideas and feedback? @valuedstandards !

Knowing what CSS features to prefix is hard. Things change (-OperaKit- anyone?) and documentation, even Preprocessor mixin libraries, are often out of date. This is simply(!) an attempt to have a handy list of CSS features and their prefixes, if any.

It is a WIP, not complete, will contain errors blah blah

Autoprefixer

While having a reference page such as this project provides is neat, parsing your CSS and automagically inserting the proper prefixes is awesome.

Autoprefixer does exactly this: it parses CSS and adds vendor prefixes to CSS rules using values from Can I Use.

Seriously: look into using @autoprefixer. It works with plain CSS, Sass, Less, you name it. You can even try out a live demo

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].