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

blockchain-css

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain-css

Blockchain CSS

  • 1.1.44
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

Blockchain.info CSS

Global CSS Shared between all the blockchain.info web projects (.info, .com, /wallet, etc...).

Develop

Clone the brand-assets repo and checkout a branch off origin/css

git clone git@github.com:blockchain/brand-assets.git
cd brand-assets
git checkout origin/css
git checkout -b css-change

Install dependencies and link to npm globals

npm install
npm link

Head over to your other project and use the blockchain-css project. If you're working on My-Wallet-V3-Frontend for example

cd ../My-Wallet-V3-Frontend
npm link blockchain-css

Grunt or Gulp, depending on the project, should be set up to watch changes made in your brand-assets directory now.

Projects

Link to the blockchain-css project like so in your project.scss file:

@import 'blockchain-css/sass/bootstrap-blockchain';
@import 'blockchain-css/sass/fonts';
@import 'blockchain-css/sass/utilities/colors';
...

Make sure your project has it's own build tool to handle compiling the CSS.

sass:
  options:
    includePaths: ["node_modules", "bower_components"]
  build:
    files: [{
      expand: true,
      cwd: 'css',
      src: ['**/*.scss'],
      dest: 'build/css',
      ext: '.css'
    }]

FAQs

Package last updated on 12 Dec 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