mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
1 line
No EOL
1.1 KiB
Text
1 line
No EOL
1.1 KiB
Text
{"version":3,"sources":["_miscs.scss"],"names":[],"mappings":"AAAA;;EAEE;;AAEF,mBAAmB;AACnB,yEAAyE;AACzE,+EAA+E;AAC/E,sBAAsB;;AAEtB,uDAAuD;AACvD,0CAA0C;AAC1C;EACE,SAAS,EAAE,GAAG;EACd,SAAS;EACT,+CAA+C;EAC/C,cAAc,EAAE,GAAG;AACrB;;AAEA,mCAAmC;AACnC;;EAEE;IACE,wBAAwB;EAC1B;EACA;IACE,aAAa;EACf;AACF;;AAEA,kCAAkC;AAClC;EACE,qBAAqB;AACvB","file":"_miscs.scss","sourcesContent":["/**\n * Miscs\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// 1. Correct the inheritance of border color in Firefox\n// 2. Add the correct box sizing in Firefox\nhr {\n height: 0; // 2\n border: 0;\n border-top: 1px solid var(--muted-border-color);\n color: inherit; // 1\n}\n\n// Add the correct display in IE 10+\n[hidden],\ntemplate {\n @if $enable-important {\n display: none !important;\n } \n @else {\n display: none;\n }\n}\n\n// Add the correct display in IE 9-\ncanvas {\n display: inline-block;\n}\n"]} |