0.0.21 • Published 9 years ago

basscss-utilities v0.0.21

Weekly downloads
27
License
MIT
Repository
github
Last release
9 years ago

Basscss Utilities

Basic display, layout, typographic, and white space utilities for use with Rework.

http://basscss.com

Usage

Compile with Rework, using the following plugins:

Basscss Utilities also works with:

Defaults

Custom Media Queries

To edit these defaults, define new custom media queries afer importing basscss-utilities.

@custom-media --breakpoint-sm (min-width: 40em);
@custom-media --breakpoint-md (min-width: 52em);
@custom-media --breakpoint-lg (min-width: 64em);

Variables

To edit these defaults, define new variables afer importing basscss-utilities.

:root {
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
  --bold-font-weight: bold;
}
0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago