Pinned Repositories
cli
Cli for cssstats | npm i -g cssstats-cli
core
Moved to monorepo
css-url-regex
Regular expression for matching css urls
cssstats
Visualize various stats about your CSS
get-css
Moved to monorepo
get-css-colors
Get CSS colors from a string, including rgb, rgba, hsl, hsla, hex, named, etc.
grunt-cssstats
Grunt plugin to get cssstats for your project
gulp-cssstats
Gulp plugin version of cssstats
postcss-cssstats
A PostCSS plugin for cssstats
wayback-css
Get the css from a domain and timestamp via the wayback machine
Css Stats's Repositories
cssstats/cssstats
Visualize various stats about your CSS
cssstats/core
Moved to monorepo
cssstats/postcss-cssstats
A PostCSS plugin for cssstats
cssstats/get-css
Moved to monorepo
cssstats/cli
Cli for cssstats | npm i -g cssstats-cli
cssstats/gulp-cssstats
Gulp plugin version of cssstats
cssstats/wayback-css
Get the css from a domain and timestamp via the wayback machine
cssstats/grunt-cssstats
Grunt plugin to get cssstats for your project
cssstats/css-url-regex
Regular expression for matching css urls
cssstats/get-css-colors
Get CSS colors from a string, including rgb, rgba, hsl, hsla, hex, named, etc.
cssstats/data
[WIP] Historical CSS Stats data aggregator
cssstats/api
Microservice api for cssstats
cssstats/is-vendor-prefixed
Check whether a property or value is vendor prefixed
cssstats/resolve-css-import-urls
Parse css import statements in a string and return full urls
cssstats/has-adjacent-sibling-selector
Check if a selector string has an adjacent sibling selector
cssstats/has-attribute-selector
Check if a selector string has an attribute selector
cssstats/has-child-selector
Check if a selector string has a child selector
cssstats/has-class-selector
Check if a selector string has a class selector
cssstats/has-id-selector
Check if a selector string has an id
cssstats/has-pseudo-class
Determine whether a selector contains a pseudo-class
cssstats/has-pseudo-element
Determine whether a selector contains a pseudo-element
cssstats/is-css
Check if a path or url points to a css file
cssstats/wayback-css-api
Api to retrieve css from the wayback machine
cssstats/is-important
Check to see if a css declaration value is !important
cssstats/css-unit-sort
Sort css values no matter the unit
cssstats/get-inline
Get inline styles from a url
cssstats/has-gradient
Determine whether a property contains a gradient
cssstats/inline
API to retrieve inline styles for a url
cssstats/logo
Where the cssstats logos live
cssstats/has-element-selector
Check whether a given selector contains an element