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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

sass/utilities/_layout.scss

2

package.json
{
"name": "blockchain-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "Blockchain CSS",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -34,9 +34,25 @@ # Blockchain.info CSS

Each project should have it's own build tool to handle compiling the CSS. Link to the blockchain-css project like so:
Link to the blockchain-css project like so in your project.scss file:
```sh
@import 'path/to/node_modules/blockchain-css/sass/bootstrap-blockchain';
@import 'path/to/node_modules/blockchain-css/sass/fonts';
@import 'path/to/node_modules/blockchain-css/sass/utilities/colors';
@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.
```sh
sass:
options:
includePaths: ["node_modules", "bower_components"]
build:
files: [{
expand: true,
cwd: 'css',
src: ['**/*.scss'],
dest: 'build/css',
ext: '.css'
}]
```

Sorry, the diff of this file is not supported yet

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