New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@master/normal.css

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/normal.css

Normalize the browser's styles ~500B


Version published
Weekly downloads
526
increased by31.5%
Maintainers
2
Weekly downloads
 
Created

Master CSS

Normalize the browser's styles ~500B

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
  • ...

View the source code

Documentation

For the full documentation, check out the Preset Global Styles - Master CSS

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">

NPM Version

FAQs

Package last updated on 02 Dec 2022

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