https://github.com/savvy-css/core-variables
Core, application-wide variables for Savvy CSS
https://github.com/savvy-css/core-variables
Last synced: 9 months ago
JSON representation
Core, application-wide variables for Savvy CSS
- Host: GitHub
- URL: https://github.com/savvy-css/core-variables
- Owner: savvy-css
- License: mit
- Created: 2017-05-28T11:03:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T14:03:23.000Z (about 6 years ago)
- Last Synced: 2025-08-01T18:29:15.709Z (11 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Savvy CSS Core Variables
[![Latest NPM release][npm-badge]][npm-badge-url]
[![Dependencies][dependencies-badge]][dependencies-badge-url]
[![Dev Dependencies][devDependencies-badge]][devDependencies-badge-url]
[![License][license-badge]][license-badge-url]
_Core variables for Savvy CSS._
## Installation
You can install this package using [yarn](https://yarnpkg.com/en/docs/install):
```shell
yarn add --dev @savvy-css/core-variables
```
... or using [NPM](https://docs.npmjs.com/getting-started/installing-node):
```shell
npm install --save-dev @savvy-css/core-variables
```
## Usage
[npm-badge]: https://img.shields.io/npm/v/@savvy-css/core-variables.svg
[npm-badge-url]: https://www.npmjs.com/package/@savvy-css/core-variables
[license-badge]: https://img.shields.io/npm/l/@savvy-css/core-variables.svg
[license-badge-url]: LICENSE
[dependencies-badge]: https://img.shields.io/david/savvy-css/core-variables.svg
[dependencies-badge-url]: https://david-dm.org/savvy-css/core-variables
[devDependencies-badge]: https://img.shields.io/david/dev/savvy-css/core-variables.svg
[devDependencies-badge-url]: https://david-dm.org/savvy-css/core-variables#info=devDependencies