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

rolodex-css

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rolodex-css

Functional CSS for Belly

  • 5.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Rolodex

David

Functional CSS for Belly

Getting Started

Using the CDN

The simplest way to start using rolodex is to include a reference to the file in the head of your HTML.

<head>
  <link rel="stylesheet" href="https://unpkg.com/rolodex-css">
</head>

Installation

npm install --save-dev rolodex-css

Deployment

# bump version and build
npm version [<new version> | major | minor | patch]

# publish to npmjs.com
npm publish

Older Versions

The following instructions are for using rolodex v2.x and earlier.

Use with Bower

Import modules with this path in your Sass files:

@import 'bower_components/rolodex/assets/stylesheets/rolodex'
Use with RubyGems
gem install rolodex

Add to your Gemfile:

gem "rolodex"

Import modules to your Sass files:

@import 'rolodex'

License

MIT © Belly

FAQs

Package last updated on 21 Sep 2017

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