Skip to content

Commit

Permalink
changes as noted in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffon committed Jan 29, 2018
1 parent ac65174 commit aead765
Show file tree
Hide file tree
Showing 76 changed files with 6,213 additions and 1,953 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# u-basscss

Forked from [basscss](https://github.com/basscss/basscss)

## Global Changes

- All resources are local to this package (in `./src`), rather than in sub-packages
- All class names have `u-` prepended (i.e. `u` for util)
- Multiple modules are compiled and can be imported (e.g. `import 'u-basscss/css/u-layout.css';`)
- Margin and padding start at `0.25rem` instead of `0.5rem`
- The minified, custom-prop and important builds are no longer generated

## Typography Module Changes

Renamed text alignment classes:

- `.u-left-align` => `.u-tx-left-align`
- `.u-center` => `.u-tx-center`
- `.u-right-align` => `.u-tx-right-align`
- `.u-justify` => `.u-tx-justify`

Added the following class:

- `.u-line-height-noraml { line-height: normal }`


--------

# Basscss

Low-level CSS toolkit <http://basscss.com>
Expand Down
31 changes: 0 additions & 31 deletions modules/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions modules/align/.gitignore

This file was deleted.

Empty file removed modules/align/.npmignore
Empty file.
19 changes: 0 additions & 19 deletions modules/align/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions modules/align/index.css

This file was deleted.

25 changes: 0 additions & 25 deletions modules/align/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions modules/border/.gitignore

This file was deleted.

Empty file removed modules/border/.npmignore
Empty file.
41 changes: 0 additions & 41 deletions modules/border/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions modules/border/index.css

This file was deleted.

25 changes: 0 additions & 25 deletions modules/border/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions modules/flexbox/.gitignore

This file was deleted.

Empty file removed modules/flexbox/.npmignore
Empty file.
Loading

0 comments on commit aead765

Please sign in to comment.