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 - npm Package Compare versions

Comparing version 1.9.7 to 1.9.8-beta.1

19

package.json

@@ -8,4 +8,4 @@ {

"private": false,
"funding": "https://opencollective.com/master-co",
"homepage": "https://docs.master.co/css/preset-global-styles",
"funding": "https://docs.master.co/css/donate",
"homepage": "https://css.master.co",
"repository": {

@@ -28,3 +28,16 @@ "type": "git",

],
"version": "1.9.7"
"scripts": {
"build": "esbuild src/index.css --bundle --outfile=dist/index.css",
"dev": "npm run build -- --watch",
"prod": "rm -rf dist && npm run build -- --minify"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"esbuild": "^0.15.10",
"semantic-release": "^19.0.5"
},
"engines": {
"node": ">=17.1"
},
"version": "1.9.8-beta.1"
}

2

README.md

@@ -39,5 +39,3 @@ <br><br>

- Antialiased font smoothing looks great
- Prettier default `sans` and `mono` font
- Set most tags to `margin: 0` and `padding: 0`
- Providing `:root` variable: `--font-mono`, `--font-sans`, `--font-serif`
- Globaly `box-sizing: border-box`

@@ -44,0 +42,0 @@ - Globaly `border: 0`

Sorry, the diff of this file is not supported yet

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