🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@substrate-system/css-normalize

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate-system/css-normalize - npm Package Compare versions

Comparing version
0.0.11
to
0.0.12
+1
-1
package.json
{
"name": "@substrate-system/css-normalize",
"description": "Normalize/reset CSS",
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/index.css",

@@ -6,0 +6,0 @@ "files": [

@@ -8,2 +8,3 @@ # CSS normalize

Reset/normalize styles for a nice blank slate.

@@ -13,3 +14,5 @@

> These days, browsers don't have massive discrepancies when it comes to layout or spacing. By and large, browsers implement the CSS specification faithfully, and things behave as you'd expect.
> These days, browsers don't have massive discrepancies when it comes to layout
> or spacing. By and large, browsers implement the CSS specification faithfully,
> and things behave as you'd expect.

@@ -37,3 +40,2 @@ *Featuring*:

* [scrolling with reduced motion media query](https://gomakethings.com/how-to-animate-scrolling-to-anchor-links-with-one-line-of-css/#accessibility-concerns)
* [Andy Bell's favorite 3 lines](https://piccalil.li/blog/my-favourite-3-lines-of-css/)

@@ -40,0 +42,0 @@

/*
See https://every-layout.dev/layouts/stack/#the-solution
*/
.stack > * + * {
margin-block-start: 1.5rem;
}
.stack>*+*{margin-block-start:1.5rem}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zdGFjay5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsV0FDSSx5QkFDSiIsImZpbGUiOiJzdGFjay5taW4uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAgICBTZWUgaHR0cHM6Ly9ldmVyeS1sYXlvdXQuZGV2L2xheW91dHMvc3RhY2svI3RoZS1zb2x1dGlvblxuKi9cbi5zdGFjayA+ICogKyAqIHtcbiAgICBtYXJnaW4tYmxvY2stc3RhcnQ6IDEuNXJlbTtcbn1cbiJdfQ== */