kosmika / basscss

Low-level CSS Toolkit

Home Page:http://basscss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basscss

Low-level CSS toolkit

http://basscss.com


Modular CSS toolkit based on OOCSS principles

Basscss is a lightweight collection of base element styles, utilities, layout modules, and color styles designed for speed, performance, and scalability.

Features

Designed for Design

With simple, humanized naming conventions, Basscss is quick to internalize and easy to wrap your head around, while striking a balance between consistency and flexibility.

Responsive by Default

The web is inherently flexible, Basscss doesn't break that tradition and provides lightweight solutions to design for all devices.

Unobtrusive

Basscss doesn't dictate what your site should look like. With extensible base styles and variables for typography, white space, breakpoints, and UI elements, customizing the look and feel is easy.

Mix and Match

With modular styles that work like building blocks, Basscss provides a foundation of reusable and inter-operable styles for greater freedom when designing in the browser.

Learn more at http://basscss.com

Getting Started

Download or install Basscss from one of these sources:

git clone https://github.com/jxnblk/basscss.git
npm install basscss
bower install basscss

CDN:

<link src="http://d2v52k3cl9vedd.cloudfront.net/basscss/4.1.2/basscss.min.css" rel="stylesheet">

Folder Structure

  • src: Uncompiled Rework CSS source files
  • css: Compiled CSS files
  • scss: Compiled Sass partials
  • tasks: Files for Gulp build process
  • docs: Files for http://basscss.com site

Documentation

View the full documentation with inline examples:

http://basscss.com/docs

Guide to Web Design Basics

http://basscss.com/docs/guide

Design Principles

http://basscss.com/docs/principles


MIT license

About

Low-level CSS Toolkit

http://basscss.com


Languages

Language:CSS 65.0%Language:JavaScript 35.0%