@new-ui/spacings
v0.1.8
Published
Spacing blocks
Readme
New UI Spacings
Install
Install New UI Spacings from your terminal via npm.
npm i @new-ui/spacingsTo get started quickly, you can use the CDN files.
<!-- Place this at the html head -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@new-ui/spacings@latest/dist/index.css"
/>
...Usage
// Place this at the top of your SCSS/CSS file
@use '@new-ui/spacings';