Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
bulma-fluent
Advanced tools
Fluent Design Theme based on Bulma CSS framework, inspired by Microsoft’s Fluent Design System
Fluent Design Theme for Bulma, inspired by Microsoft’s Fluent Design System.
Also check out Fluent Design Components for Vue.js or Addons for Bulma.
npm install bulma-fluent
yarn add bulma-fluent
After installation, you can import the CSS/Sass file into your project using this snippet:
import 'bulma-fluent/css/bulma.css'
import 'bulma-fluent/bulma.sass'
Download Latest Minified Build
Simply set your own Sass variables before importing Bulma-fluent.
// Set your brand colors
$primary: #8a4d76;
$info: #fa7c91;
$success: #757763;
$warning: yellow;
$danger: red;
$light: #ccc;
$dark: #444;
// Update font family
$family-sans-serif: 'Calibri', 'Arial';
// Import the Bulma-fluent
@import 'bulma-fluent/bulma.sass';
Code copyright 2018 Muhammad Ubaid Raza.
Code released under the MIT license.
Thanks goes to these wonderful people (emoji key):
Jibbie R. Eguna 🎨 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Fluent Design Theme based on Bulma CSS framework, inspired by Microsoft’s Fluent Design System
The npm package bulma-fluent receives a total of 2,241 weekly downloads. As such, bulma-fluent popularity was classified as popular.
We found that bulma-fluent 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.