Skip to content

savvy-css/spacing-utilities

Repository files navigation

Savvy CSS Spacing Utilities

Latest NPM release License Dependencies Dev Dependencies

Spacing utilities for Savvy CSS.

Installation

You can install this package using yarn:

yarn add --dev @savvy-css/spacing-utilities

... or using NPM:

npm install --save-dev @savvy-css/spacing-utilities

Usage

Importing

Within a project that's capable of importing CSS, simply import the module by its package name within your own CSS:

@import "@savvy-css/spacing-utilities";

Importing this module will add its properties to your project. To override them, simply define them in any portion of your CSS that's imported/processed later.

See the comments in the main CSS file for detailed usage and implementation details.