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

kanbasu

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kanbasu

Bare OOCSS Framework written in Sass

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
318
decreased by-34.84%
Maintainers
1
Weekly downloads
 
Created
Source

npm version Build Status

カンバス Kanbasu

Kanbasu is a CSS framework with very basic styling. It can be used as a base for any web project or for prototyping. It will provide you all the basics and common patterns used to display content on the web today.

Read more and browse the documentation on kanbasu.liip.ch.

How to use

Install

With NPM

$ npm install --save-dev kanbasu

As a Git submodule

$ git submodule add git@github.com:liip/kanbasu.git

Or simply download the zip.

Setup

It’s recommended to copy the framework main file to your project to customize it as you wish. You’ll have to change all "import" paths to match the framwork location then.

$ cp node_modules/kanbasu/src/assets/scss/kanbasu.scss destination/kanbasu.scss

It’s also recommended to duplicated the settings file to have a quick access to all the variables and adapt them to your needs.

$ cp node_modules/kanbasu/src/assets/scss/settings/_settings.scss destination/settings/_kanbasu.scss

You should then import it in your main Sass file, before other Kanbasu files, to overrides the framework default settings. Learn more about Sass default variables.

Notice: Kanbasu does not include vendor-prefixed properties. If you build it by yourself, we recommend you to use Autoprefixer.

Keywords

FAQs

Package last updated on 18 Jan 2016

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