
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
blockchain-css
Advanced tools
Global CSS Shared between all the blockchain.info web projects (.info, .com, /wallet, etc...).
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.
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
Blockchain CSS
We found that blockchain-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.