0.4.6 • Published 9 years ago

karma.gs v0.4.6

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
9 years ago

Karma.gs Grid System

An opinionated Stylus Grid System for savvy front-end developers.

Getting Started

npm install karma.gs --save-dev

And then where you run your stylus:

{ use: [require('karma.gs')()] }

Features

Extensive use of +cache()

Which means less code duplication. E.g clearfix:

.body
  k-clearfix()

.main
  k-clearfix()

Outputs:

.body:before,
.main:before,
.body:after,
.main:after {
  content: "";
  display: table;
}

.body:after,
.main:after {
  clear: both;
}

License

Copyright 2012 Nathan Kot

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago