All Projects → liip → Kanbasu

liip / Kanbasu

Licence: mit
A lightweight CSS framework written in Sass.

Projects that are alternatives of or similar to Kanbasu

Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+3025.53%)
Mutual labels:  framework, css-framework, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+732.98%)
Mutual labels:  framework, css-framework, sass
Tentcss
🌿 A CSS survival kit. Includes only the essentials to make camp.
Stars: ✭ 400 (+325.53%)
Mutual labels:  framework, sass, bem
Unnamed Css Framework
A simple colorful CSS framework
Stars: ✭ 249 (+164.89%)
Mutual labels:  framework, css-framework, sass
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-45.74%)
Mutual labels:  framework, css-framework, sass
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-79.79%)
Mutual labels:  framework, sass
Gmdjs
Grid Material Design
Stars: ✭ 24 (-74.47%)
Mutual labels:  framework, sass
Furatto
It's a flat, fast and powerful front-end framework for rapid web development.
Stars: ✭ 850 (+804.26%)
Mutual labels:  framework, sass
Alom
Alom is the lighest, simplest framework ever
Stars: ✭ 33 (-64.89%)
Mutual labels:  framework, sass
Avalanche
Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
Stars: ✭ 627 (+567.02%)
Mutual labels:  sass, bem
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (-85.11%)
Mutual labels:  css-framework, sass
Generator Baukasten
Awesome!
Stars: ✭ 50 (-46.81%)
Mutual labels:  framework, sass
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+722.34%)
Mutual labels:  framework, sass
Concise.css
A CSS framework that's lightweight and easy-to-use. Give up the bloat. Stop tripping over your classes. Be Concise.
Stars: ✭ 941 (+901.06%)
Mutual labels:  framework, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+661.7%)
Mutual labels:  css-framework, sass
Bojler
Bojler is an email framework
Stars: ✭ 885 (+841.49%)
Mutual labels:  framework, css-framework
Propeller
Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
Stars: ✭ 1,150 (+1123.4%)
Mutual labels:  css-framework, sass
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-32.98%)
Mutual labels:  sass, bem
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-1.06%)
Mutual labels:  css-framework, sass
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+24672.34%)
Mutual labels:  framework, sass

npm version Build Status

カンバス Kanbasu


Important information

Kanbasu won’t get any new features from now on, we do not recommend using it in new projects.

This framework was created during a time it solved an actual problem for us and after being used for years, we think there are now better solutions available. In particular, we are convinced that the utility-first approach gives us more control over the styling of interfaces with less code.

If you’re looking for an alternative in that direction, we’re recommending the amazingly well-done Tailwind CSS.


Kanbasu is a toolbox to create responsive web interfaces quickly. It’s focused on the layout and voluntarily avoid defining much “styling” properties which can be completely different from project to project.

Written is Sass, it’s highly customizable, every component being optional and customizable with variables.

CSS features used are working in all current major browsers. The oldest Internet Explorer version supported is 11. However, the framework does not include vendor-prefixed properties! When building it, we recommend you to use Autoprefixer to ensure a complete compatibility.

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

Install

With npm (recommended)

npm install --save-dev kanbasu

With Yarn

yarn add --dev kanbasu

As a Git submodule

git submodule add [email protected]:liip/kanbasu.git

Manually

Download the latest release archive

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

With npx:

npx kanbasu path/to/your/sass/directory

See other scaffolding methods.

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.

What’s next?

Have a look at the documentation →

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].