Socket
Socket
Sign inDemoInstall

@unocss/reset

Package Overview
Dependencies
0
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @unocss/reset

Collection of CSS resetting


Version published
Weekly downloads
276K
decreased by-17.55%
Maintainers
1
Created
Weekly downloads
 

Package description

What is @unocss/reset?

@unocss/reset is a utility package that provides a set of CSS reset styles. These styles help to ensure consistency across different browsers by resetting or normalizing the default styles applied by browsers. This can be particularly useful when building web applications to ensure a consistent look and feel.

What are @unocss/reset's main functionalities?

CSS Reset

This feature provides a CSS reset based on Tailwind CSS's preflight. It resets the default browser styles to ensure consistency across different browsers.

import '@unocss/reset/tailwind.css';

Normalize CSS

This feature includes Normalize.css, a modern, HTML5-ready alternative to CSS resets. It makes browsers render all elements more consistently and in line with modern standards.

import '@unocss/reset/normalize.css';

Antfu Reset

This feature provides a custom reset style by Anthony Fu. It is a minimalistic reset that aims to provide a good starting point for modern web development.

import '@unocss/reset/antfu.css';

Other packages similar to @unocss/reset

Readme

Source

@unocss/reset

Collection of standard reset CSS stylesheets.

Documentation

Please refer to the documentation

License

License

FAQs

Last updated on 30 May 2023

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc