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.7.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 2 is on its way, try it now! See changes, read the doc, browse the code, report bugs.


カンバス 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 (recommended)

$ npm install --save-dev kanbasu

As a Git submodule

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

Or simply download the zip.

Setup

Easily scaffold a new project by running the script below in your project directory to:

  1. duplicate kanbasu.scss (renamed main.scss) and settings/_settings.scss to the specified destination
  2. adapt paths inside main.scss to match the Node module location
  3. remove Sass !default flags from settings/_settings.scss
  4. import settings/_settings.scss into main.scss
node node_modules/kanbasu/scaffold.js path/to/your/project/sass/directory

Note: the script might be in a different location if you didn’t use NPM to install Kanbasu.

Disclaimer

Kanbasu does not include vendor-prefixed properties. You should consider using a tool like Autoprefixer to ensure the properties used match the desired browser support.

Keywords

FAQs

Package last updated on 21 Oct 2017

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