https://github.com/newdesignfile/spacings
8-point spacing blocks.
https://github.com/newdesignfile/spacings
8-point blocks margins paddings spacings
Last synced: 6 months ago
JSON representation
8-point spacing blocks.
- Host: GitHub
- URL: https://github.com/newdesignfile/spacings
- Owner: NewDesignFile
- Created: 2023-01-23T12:31:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T09:06:02.000Z (7 months ago)
- Last Synced: 2025-03-19T16:11:20.559Z (7 months ago)
- Topics: 8-point, blocks, margins, paddings, spacings
- Language: SCSS
- Homepage: https://new-ui.com/docs/foundations/spacings
- Size: 218 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New UI Spacings
## Install
Install New UI Spacings from your terminal via npm.```
npm i @new-ui/spacings
```To get started quickly, you can use the CDN files.
```html...
```## Usage
```scss
// Place this at the top of your SCSS/CSS file
@use '@new-ui/spacings';
```## Guides
- [Read our spacings guide](https://new-ui.com/docs/foundations/spacings)