Socket
Socket
Sign inDemoInstall

@bedrock-layout/css-reset

Package Overview
Dependencies
2
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.3.0

24

lib/index.cjs.js
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports[Symbol.toStringTag]="Module";var e=require("styled-components");const t=e.css`
/*
reset.css
*/
*,

@@ -8,16 +12,3 @@ *::before,

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
* {
margin: 0;

@@ -41,2 +32,3 @@ }

font-size: 100%;
-webkit-font-smoothing: antialiased;
}

@@ -48,3 +40,4 @@

img {
img,
picture {
display: block;

@@ -64,2 +57,3 @@ max-inline-size: 100%;

max-inline-size: 60ch;
overflow-wrap: break-word;
}

@@ -66,0 +60,0 @@

import { css, createGlobalStyle } from "styled-components";
const reset = css`
/*
reset.css
*/
*,

@@ -9,16 +13,3 @@ *::before,

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
* {
margin: 0;

@@ -42,2 +33,3 @@ }

font-size: 100%;
-webkit-font-smoothing: antialiased;
}

@@ -49,3 +41,4 @@

img {
img,
picture {
display: block;

@@ -65,2 +58,3 @@ max-inline-size: 100%;

max-inline-size: 60ch;
overflow-wrap: break-word;
}

@@ -67,0 +61,0 @@

@@ -1,2 +0,6 @@

(function(e,i){typeof exports=="object"&&typeof module!="undefined"?i(exports,require("styled-components")):typeof define=="function"&&define.amd?define(["exports","styled-components"],i):(e=typeof globalThis!="undefined"?globalThis:e||self,i(e["css-reset"]={},e.styledComponents))})(this,function(e,i){"use strict";const t=i.css`
(function(e,t){typeof exports=="object"&&typeof module!="undefined"?t(exports,require("styled-components")):typeof define=="function"&&define.amd?define(["exports","styled-components"],t):(e=typeof globalThis!="undefined"?globalThis:e||self,t(e["css-reset"]={},e.styledComponents))})(this,function(e,t){"use strict";const i=t.css`
/*
reset.css
*/
*,

@@ -8,16 +12,3 @@ *::before,

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
* {
margin: 0;

@@ -41,2 +32,3 @@ }

font-size: 100%;
-webkit-font-smoothing: antialiased;
}

@@ -48,3 +40,4 @@

img {
img,
picture {
display: block;

@@ -64,2 +57,3 @@ max-inline-size: 100%;

max-inline-size: 60ch;
overflow-wrap: break-word;
}

@@ -93,4 +87,4 @@

}
`,o=i.createGlobalStyle`
${t}
`;e.GlobalStyles=o,e.reset=t,Object.defineProperty(e,"__esModule",{value:!0}),e[Symbol.toStringTag]="Module"});
`,o=t.createGlobalStyle`
${i}
`;e.GlobalStyles=o,e.reset=i,Object.defineProperty(e,"__esModule",{value:!0}),e[Symbol.toStringTag]="Module"});
{
"name": "@bedrock-layout/css-reset",
"version": "1.2.3",
"version": "1.3.0",
"description": "bedrock-layout css reset",

@@ -59,3 +59,3 @@ "sideEffects": false,

},
"gitHead": "c58c6ef7efecdacd1fb608ac92e4f7bf29c7b1f0"
"gitHead": "6bad5a688ee9d3a860c7c7659064a0e239992ea3"
}
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