List of CSS pseudo-classes (selectors).
npm i pseudos --save
All CSS3 UI pseudos and HTML5 candidates are exported by default.
var pseudos = require('pseudos');
//=> ['after', 'before', ...]
CSS4 pseudos are exposed on the .css4 property:
var pseudos = require('pseudos');
console.log(pseudos.css4);
//=> ['any-link', 'future', 'current', ...]
See the Mozilla docs on Pseudo-classes for more info.
npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on December 30, 2014.