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/layout/_scroller.scss.map
Normal file
1
scss/layout/_scroller.scss.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["_scroller.scss"],"names":[],"mappings":"AAAA;;EAEE;;AAEF,6DAA6D;AAC7D;EACE,cAAc;EACd,SAAS;EACT,UAAU;EACV,gBAAgB;;EAEhB;IACE,qCAAqC;IACrC,yBAAyB;EAC3B;AACF","file":"_scroller.scss","sourcesContent":["/**\n * Horizontal scroller (<figure>)\n */\n\n// Wrapper to make any content responsive across all viewports\nfigure {\n display: block;\n margin: 0;\n padding: 0;\n overflow-x: auto;\n\n figcaption {\n padding: calc(var(--spacing) * 0.5) 0;\n color: var(--muted-color);\n }\n}\n"]}
|
Loading…
Add table
Add a link
Reference in a new issue