SkillAgentSearch skills...

Shouldiprefix

A quick overview of what CSS features to prefix

Install / Use

/learn @davidhund/Shouldiprefix
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

(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

View on GitHub
GitHub Stars85
CategoryDevelopment
Updated1mo ago
Forks14

Security Score

85/100

Audited on Mar 3, 2026

No findings