mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
chore: remove docs and move to yarn
This commit is contained in:
parent
3052db4bd3
commit
759296f211
153 changed files with 1366 additions and 13526 deletions
1
scss/utilities/_accessibility.scss.map
Normal file
1
scss/utilities/_accessibility.scss.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["_accessibility.scss"],"names":[],"mappings":"AAAA;;EAEE;;AAEF,YAAY;AACZ,yEAAyE;AACzE,+EAA+E;AAC/E,sBAAsB;;AAEtB,eAAe;;AAEf,qEAAqE;AACrE;EACE,eAAe;AACjB;;AAEA,6GAA6G;AAC7G;;EAEE,mBAAmB;AACrB;;AAEA,yFAAyF;AACzF;EACE,gBAAgB;AAClB;;AAEA;EACE,sBAAsB;EACtB,kBAAkB;AACpB;;AAEA,kBAAkB;AAClB,mCAAmC;AACnC;;;;;;;;;EASE,8BAA8B;AAChC;;AAEA,MAAM;AACN,sBAAsB;;AAEtB;EACE,cAAc;AAChB","file":"_accessibility.scss","sourcesContent":["/**\n * Accessibility & User interaction\n */\n\n// 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// Accessibility\n\n// Change the cursor on control elements in all browsers (opinionated)\n[aria-controls] {\n cursor: pointer;\n}\n\n// Change the cursor on disabled, not-editable, or otherwise inoperable elements in all browsers (opinionated)\n[aria-disabled=\"true\"],\n[disabled] {\n cursor: not-allowed;\n}\n\n// Change the display on visually hidden accessible elements in all browsers (opinionated)\n[aria-hidden=\"false\"][hidden] {\n display: initial;\n}\n\n[aria-hidden=\"false\"][hidden]:not(:focus) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n\n// User interaction\n// Remove the tapping delay in IE 10\na,\narea,\nbutton,\ninput,\nlabel,\nselect,\nsummary,\ntextarea,\n[tabindex] {\n -ms-touch-action: manipulation;\n}\n\n// Pico\n// ––––––––––––––––––––\n\n[dir=\"rtl\"] {\n direction: rtl;\n}\n"]}
|
Loading…
Add table
Add a link
Reference in a new issue