New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@transferwise/neptune-css

Package Overview
Dependencies
Maintainers
2
Versions
993
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/neptune-css

Neptune CSS is TransferWise's Design System CSS library

  • 0.13.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-42.41%
Maintainers
2
Weekly downloads
 
Created
Source

CSS

CircleCI NPM

The CSS library provides css styles for common components and utilities reused across the web platform.

Install

yarn add @transferwise/css

Use

In the dist directory you can find individual files for components, variables, and other common utilities. They can be used individually or as the whole neptune.css bundle.

// Individual
import '@transferwise/neptune-css/dist/css/buttons.css';

// Full bundle
import '@transferwise/neptune-css/dist/css/neptune.css';

Contributing

Please refer to this file for contribution's guideline.

Create a new style

  1. Create a new file for it in ./src/less/my-component.less
  2. Decide about the component style's level (1,2,3 or 4)

Naming convention

File naming should follow kebab-case.

E.g. link-callout.(css|less)

Dev

To find instructions on how to spin up the dev environment please refer to this file

FAQs

Package last updated on 29 Apr 2020

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