Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@master/normal.css

Package Overview
Dependencies
Maintainers
2
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/normal.css

Normalize browser's styles ~600B

  • 2.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by4.68%
Maintainers
2
Weekly downloads
 
Created
Source

Master CSS

Normalize browser's styles ~600B

NPM Version NPM Version NPM package ( download / month ) JSDelivr hits (npm scoped) Discord online Follow @mastercorg Github release actions

  • Geometric precision rendering for prettier text
  • Antialiased font smoothing looks great
  • Set most tags to margin: 0 and padding: 0
  • Globaly box-sizing: border-box
  • Globaly border: 0
  • Set controls color: inherit
  • Set a, button, [role=button], [type=button] property cursor: pointer
  • line-height: 1.2
  • tab-size: 4
  • -webkit-touch-callout: none
  • -webkit-tap-highlight-color: transparent
  • text-size-adjust: 100%
  • font-weight: bolder
  • Set img, svg, video, canvas, audio, iframe, embed, object to display: block
  • ...

Documentation

See the official documentation

Installation

npm install @master/normal.css

Import into your global CSS entry file like styles.css:

@import '@master/normal.css';

Using CDNs

<link rel="stylesheet" href="https://cdn.master.co/normal.css">

Keywords

FAQs

Package last updated on 12 Mar 2024

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc