mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
1 line
1.6 KiB
Text
1 line
1.6 KiB
Text
![]() |
{"version":3,"sources":["_embedded.scss"],"names":[],"mappings":"AAAA;;EAEE;;AAEF,mBAAmB;AACnB,yEAAyE;AACzE,+EAA+E;AAC/E,sBAAsB;;AAEtB,sEAAsE;AACtE;EACE,sBAAsB;AACxB;;AAEA,kCAAkC;AAClC;;EAEE,qBAAqB;AACvB;;AAEA,oCAAoC;AACpC;EACE,aAAa;EACb,SAAS;AACX;;AAEA,4DAA4D;AAC5D;EACE,kBAAkB;AACpB;;AAEA,uDAAuD;AACvD,0BAA0B;AAC1B;EACE,eAAe,EAAE,GAAG;EACpB,YAAY,EAAE,GAAG;EACjB,kBAAkB,EAAE,GAAG;AACzB;;AAEA,6EAA6E;AAC7E;EACE,kBAAkB;AACpB;;AAEA,yBAAyB;AACzB;EACE,gBAAgB;AAClB","file":"_embedded.scss","sourcesContent":["/**\n * Embedded content\n */\n\n// Reboot based on :\n// - normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css\n// - sanitize.css v13.0.0 | CC0 1.0 Universal | github.com/csstools/sanitize.css\n// ––––––––––––––––––––\n\n// Change the alignment on media elements in all browsers (opinionated)\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n// Add the correct display in IE 9-\naudio,\nvideo {\n display: inline-block;\n}\n\n// Add the correct display in iOS 4-7\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n// Remove the border on iframes in all browsers (opinionated)\n:where(iframe) {\n border-style: none;\n}\n\n// 1. Remove the border on images inside links in IE 10.\n// 2. Responsive by default\nimg {\n max-width: 100%; // 2\n height: auto; // 2\n border-style: none; // 1\n}\n\n// Change the fill color to match the text color in all browsers (opinionated)\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n// Hide the overflow in IE\nsvg:not(:root) {\n overflow: hidden;\n}\n"]}
|