0.2.1 • Published 4 years ago
@bingumd/sass-reset v0.2.1
@bingumd/sass-reset
Small sass reset with options.
:hammer: Installation
Npm:
npm install @bingumd/sass-reset
Yarn:
yarn add @bingumd/sass-reset
:gear: Usage
Default:
@use '@bingumd/sass-reset';
With options:
@use '@bingumd/sass-reset' with (
$body-line-height: 1.8,
);
License
This project is licensed under the MIT License