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
- Host: GitHub
- URL: https://github.com/savvy-css/base-settings
- Owner: savvy-css
- Created: 2017-05-20T08:33:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T05:25:21.000Z (over 8 years ago)
- Last Synced: 2025-03-12T05:25:05.207Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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