Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-pointer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-pointer

A PostCSS plugin to to replace pointer: cursor with cursor: pointer

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

postcss-pointer Build Status

A PostCSS plugin to replace pointer: cursor with cursor: pointer.

Why?

Because of this Tweet: https://twitter.com/_dte/status/613396433748692992

Example

Input:

.elem {
  pointer: cursor;
}

Output:

.elem {
  cursor: pointer;
}

Usage

Install:

npm install postcss-pointer --save-dev

Then include the plugin:

postcss([ require('postcss-pointer')(options) ])

See PostCSS docs for examples for your environment.

Licence

Released under the MIT license.

Keywords

FAQs

Package last updated on 24 Jun 2015

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc