# [BareCSS](http://barecss.com)
A classless CSS framework

Go to [barecss.com](http://barecss.com) for examples and documentation.

## Quick start

BareCSS uses a simple two step process to get started:

#### Easy mode:

- [Download the latest release](https://github.com/longsien/BareCSS/releases/download/v1.1.0/BareCSS-v1.1.0.zip)
- Link `bare.min.css` to your HTML file

#### Custom mode:

- [Download the latest release](https://github.com/longsien/BareCSS/releases/download/v1.1.0/BareCSS-v1.1.0.zip)
- Edit the `bare.less` file to add/remove components.
- Compile and link the resulting CSS in your HTML file

## What's included

```
BareCSS/
├── template.html
├── css/
│	└── bare.min.css
├── icons/
│	├── chevron-down.svg
│	├── close.svg
│	├── done.svg
│	└── hamburger.svg
└── less/
	├── _anchor-link.less
	├── _blockquote.less
	├── _button.less
	├── _card.less
	├── _code.less
	├── _footer.less
	├── _grid.less
	├── _input.less
	├── _layout.less
	├── _list.less
	├── _navigation.less
	├── _reset.less
	├── _table.less
	├── _tooltip.less
	├── _transition.less
	├── _typography.less
	├── _utility-attributes.less
	├── _variables.less
	└── bare.less
```

## Creator

__Long Sien__

- [https://github.com/longsien](https://github.com/longsien)
