-
Notifications
You must be signed in to change notification settings - Fork 4
/
bedrocss.min.css.map
1 lines (1 loc) · 4.76 KB
/
bedrocss.min.css.map
1
{"mappings":"AAAA,KACE,uBAAwB,CACxB,qBAAsB,CACtB,WAAY,CACZ,4BAA6B,CAC7B,qCAGF,CAIA,iBAGE,kBACF,CACA,EACE,QAAS,CACT,SAAU,CACV,eAAmB,CACnB,2BACF,CACA,OACE,kDAAoD,CACpD,uEACF,CACA,KACE,eAAgB,CAChB,gCAEF,CACA,0IAEE,0BAAwB,CAAxB,uBACF,CACA,SACE,eACF,CACA,MAGE,4BAA4B,CAA5B,2BACF,CAEA,uLAkBE,gBACF,CACA,MACE,wBAAyB,CACzB,gBAEF,CAKA,IAIE,oBACF,CAaA,uCAIE,iBAGE,0CAAqC,CAArC,kCAAqC,CACrC,6CAAuC,CAAvC,qCAAuC,CACvC,mCAAsC,CACtC,8BACF,CACF,CCxGA,OACE,8CACF,CACA,OACE,iDACF,CACA,OACE,6CACF,CACA,OACE,iDACF,CACA,OACE,iBACF,CACA,OACE,kBACF,CCPA,6BAIE,YAAa,CACb,sBAAuB,CACvB,oBAEF,CACA,SACE,QACF,CACA,gFAQE,gBAAiB,CACjB,cAEF,CAMA,SACE,aAAc,CACd,eACF,CAGA,UACE,mBAAoB,CACpB,kBACF,CACA,WACE,mBACF,CCnDA,uBAIE,qBAAsB,CACtB,oBAAqB,CACrB,WACF,CACA,IACE,iBAAkB,CAClB,mBAAoB,CACpB,cACF","sources":["./src/base.css","./src/typography.css","./src/interactive.css","./src/media.css"],"sourcesContent":["html {\n color-scheme: light dark;\n box-sizing: border-box;\n height: 100%; /* full-height content */\n text-rendering: optimizeSpeed;\n accent-color: var(--accent-color, auto);\n /* -webkit-text-size-adjust: 100%; Prevent adjustments of font size after orientation changes in iOS */\n /* word-break: break-word; Cool, but it breaks tables :/ */\n}\n/* html:focus-within {\n scroll-behavior: smooth;\n} */\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n* {\n margin: 0;\n padding: 0;\n font-weight: normal;\n line-height: calc(4px + 2ex);\n}\n:focus {\n outline: var(--outline-width, 3px) solid transparent; /* For Windows high contrast mode */\n box-shadow: 0px 0px 0px var(--outline-width, 3px) var(--accent-color, Highlight);\n}\nbody {\n min-height: 100%; /* full-height content */\n font-family: system-ui, sans-serif;\n /* hyphens: auto; */\n}\n:where(h1, h2, h3, h4, h5, h6, p, ol, ul, dl, table, pre, hr, blockquote, details) +\n:where(h1, h2, h3, h4, h5, h6, p, ol, ul, dl, table, pre, hr, blockquote, details) {\n margin-block-start: 1rem;\n}\nb, strong {\n font-weight: bold;\n}\nul,\nol {\n /* list-style-type: none; */\n padding-inline-start: 1.1rem;\n}\n/* :where removes specificity from :not */\n:where(input:not(\n [type=\"checkbox\"],\n [type=\"radio\"],\n [type=\"file\"],\n [type=\"image\"],\n [type=\"color\"],\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"]\n)),\nselect,\ntextarea,\ntable,\nmeter,\nprogress,\nvideo,\naudio,\niframe {\n inline-size: 100%;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n /* table-layout: fixed; */\n}\n/* th,\ntd {\n border: 1px solid;\n} */\npre {\n /* padding: .25rem;\n color: Canvas;\n background: CanvasText; */\n white-space: pre-wrap;\n}\n/* sub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline; }\n\nsup {\n top: -0.5em; }\n\nsub {\n bottom: -0.25em; } */\n@media (prefers-reduced-motion: reduce) {\n /* html:focus-within {\n scroll-behavior: auto;\n } */\n *,\n *::before,\n *::after {\n animation-duration: 0.01ms !important;\n animation-iteration-count: 1 !important;\n transition-duration: 0.01ms !important;\n scroll-behavior: auto !important;\n }\n}\n","h1, .h1 {\n font-size: clamp(1.75rem, calc(1rem + 6vw), 3rem);\n}\nh2, .h2 {\n font-size: clamp(1.625rem, calc(1rem + 5vw), 2.5rem);\n}\nh3, .h3 {\n font-size: clamp(1.5rem, calc(1rem + 4vw), 2rem);\n}\nh4, .h4 {\n font-size: clamp(1.375rem, calc(1rem + 3vw), 1.5rem);\n}\nh5, .h5 {\n font-size: 1.25rem;\n}\nh6, .h6 {\n font-size: 1.125rem;\n}\n","/* a,\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n cursor: pointer;\n} */\n/* button[disabled],\nhtml input[disabled] {\n cursor: default; } */\nbutton,\ninput,\nselect,\ntextarea {\n font: inherit;\n letter-spacing: inherit;\n word-spacing: inherit;\n /* color: inherit; */\n}\nfieldset {\n border: 0;\n}\nbutton,\n:where(input:not(\n [type=\"file\"],\n [type=\"image\"],\n [type=\"range\"]\n)),\nselect,\ntextarea {\n border: 1px solid;\n padding: .25rem;\n /* min-block-size: 2em; */\n}\n/* select:not(a) {\n appearance: none;\n padding-right: 1em;\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"8\"><path fill=\"black\" d=\"M0 0 H16 L8 8 Z\"/></svg>') right .3em center / .6em no-repeat, #fff;\n} */\ntextarea {\n display: block;\n resize: vertical;\n}\n/* optgroup {\n font-weight: bold; } */\n:disabled {\n border-style: dotted;\n cursor: not-allowed;\n}\n[readonly] {\n border-style: dashed;\n}\n","img,\nfigure,\npicture,\nsvg {\n vertical-align: middle; /* removes weird space below images */\n max-inline-size: 100%;\n height: auto;\n}\nsvg {\n fill: currentColor;\n stroke: currentColor;\n stroke-width: 0;\n}\n/* a svg,\nbutton svg {\n pointer-events: none;\n} */"],"names":[],"version":3,"file":"bedrocss.min.css.map"}