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

jarvis-bulma

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jarvis-bulma

Jarvis Niu's modified version of Bulma

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
62
decreased by-7.46%
Maintainers
1
Weekly downloads
 
Created
Source

jarvis-bulma

Jarvis Niu's modified version of Bulma

[ Docs / Demo - GitHub - NPM - jsDelivr ]

Differences

Differences from the original bulma:

  • Not intrusive! Remove the minireset.sass and generic.sass to keep your styles. Instead, I recommend to use tailwindcss/base.css as a replacement.
  • Remove the helpers. Leave it to TailwindCSS.
  • Change tabs border from 1px to 2px (keep up with the style of official bulma docs).
  • Add transitions such as button hovering
  • Change primary color from turquoise to blue. Change info color from cyan to purple. Remove color link.
  • Align modal-card-foot to center.

Usage

CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jarvis-bulma" />

<!-- or minified -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jarvis-bulma/css/bulma.min.css" />

NPM

npm install jarvis-bulma

Import CSS (with Source Maps)

import 'jarvis-bulma'
// or
import 'jarvis-bulma/css/jarvis-bulma.css'

Import SASS (Configuration)

import 'jarvis-bulma/src/bulma.sass'

Licence

MIT

Keywords

FAQs

Package last updated on 09 Jan 2021

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