Socket
Book a DemoInstallSign in
Socket

@rkh/reset

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rkh/reset

Yet another CSS/Sass reset.

0.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Yet another CSS reset

CSS/Sass reset based on scss-reset. Some rules specifically targeting very old browsers have been removed.

The main difference to other resets is that it wraps all resets rules in a CSS layer. This way they do not take precedence over your own CSS layers.

Installation

With NPM:

$ npm install --save @rkh/reset

With Yarn:

$ yarn add @rkh/reset

Usage

Sass/SCSS

@use '@rkh/reset';

You may have to change the path depending on your setup.

It is also possible to use the reset without CSS layers:

@use '@rkh/reset' with ($use-layers: false);

Or with a custom layer name:

@use '@rkh/reset' with ($layer-name: 'my-reset-layer');

CSS

@import '@rkh/reset';

You may have to change the path depending on your setup.

FAQs

Package last updated on 09 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.