# Daggr CSS
[Website & Documentation](https://nerdventure.github.io/DaggrCSS/)

---

Daggr is a layout utility framework similar to Bootstrap in some ways and different in others.

Layouts are basically either mobile or desktop. So why try to handle multiple breakpoints when you only really need one - the desktop breakpoint.

I've found it's generally faster and easier to design and develop mobile-first with desktop changes where neccessary. Daggr CSS reflects this idea by providing a desktop breakpoint.

It's important to follow the Daggr paradigm when using it.
- develope for mobile first
- use desktop classes where neccessary to make the desktop version responsive.

Daggr is based on Centric.CSS which is a CSS reset that Centers by default. I found, more often than not, that I want elements centered. Having it that way by default saves time.

---

CDN:

```https://unpkg.com/daggrcss@1.0.0/dist/daggr.min.css```

---

Download:

[Download V1.0](https://github.com/NerdVenture/DaggrCSS/releases/tag/v1.0)

---

Development:

Clone then:

```npm i```

Build dev version:

```npm run dev```

Build production version:

```npm run build```
