Socket
Book a DemoInstallSign in
Socket

detectcss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detectcss

Simple module to detect browser CSS feature support

1.0.2
latest
npmnpm
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

detectCSS

Simple module to detect browser CSS feature support, it's a simple alternative to modernizr to quickly test browser support for CSS properties.

Install

$ npm install detectcss

Usage

detectCSS is intented to use in a CommonJS module environment, check out Browserify

var detectcss = require('detectcss');

//detect if browser supports CSS transforms
detectcss.feature("transform"); //returns true if browser supports CSS transforms

//return CSS style with browser prefix
detectcss.prefixed("transform"); //returns browser prefixed support, example: msTransition

Thanks

http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr

Keywords

CSS

FAQs

Package last updated on 06 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.