An open API service indexing awesome lists of open source software.

https://github.com/savvy-css/base-settings

Base settings for Savvy CSS
https://github.com/savvy-css/base-settings

Last synced: over 1 year ago
JSON representation

Base settings for Savvy CSS

Awesome Lists containing this project

README

          

# Savvy CSS Base Settings

[![NPM version][npm-image]][npm-url]
[![Build Status][circle-image]][circle-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![License][license-badge]][license-badge-url]

The full collection of Savvy CSS base-settings.

Read more about [Savvy CSS's design principles](https://github.com/savvy-css/savvy/doc).

## Installation

```shell
yarn add --dev @savvy-css/base-settings
```

This collection offers a convenient way to install all of the Savvy CSS utility packages:

- [@savvy-css/animation-variables](https://github.com/savvy-css/animation-variables/) _\*In Progress_
- [@savvy-css/box-shadow-variables](https://github.com/savvy-css/box-shadow-variables/)
- [@savvy-css/breakpoint-variables](https://github.com/savvy-css/breakpoint-variables/)
- [@savvy-css/color-variables](https://github.com/savvy-css/color-variables/) _\*In Progress_
- [@savvy-css/core-variables](https://github.com/savvy-css/core-variables/)
- [@savvy-css/spacing-variables](https://github.com/savvy-css/spacing-variables/)
- [@savvy-css/typography-settings](https://github.com/savvy-css/typography-settings/) _\*In Progress_
- [@savvy-css/typography-variables](https://github.com/savvy-css/typography-variables/)

## Usage

**TODO**: Blurb about Base Settings

## License

MIT © 2017 [Brian Sipple](https://github.com/BrianSipple)

[npm-image]: https://img.shields.io/npm/v/@savvy-css/base-settings.svg
[npm-url]: https://www.npmjs.com/package/@savvy-css/base-settings
[circle-image]: https://circleci.com/gh/savvy-css/base-settings/tree/master.svg?style=svg&circle-token={{CIRCLE_TOKEN}}
[circle-url]: https://circleci.com/gh/savvy-css/base-settings/tree/master
[daviddm-image]: https://david-dm.org/savvy-css/base-settings.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/savvy-css/base-settings
[license-badge]: https://img.shields.io/npm/l/@savvy-css/base-settings.svg
[license-badge-url]: LICENSE