UNPKG

@square/maker

Version:

📚 Maker Design System by Square

1 lines • 691 B
{"version":3,"sources":["webpack://../components/Divider/src/Divider.vue"],"names":[],"mappings":"AAwBA,qBACA,UAAA,CACA,QAAA,CACA,SAAA,CACA,gCAAA,CACA,WACA","file":"styles.css","sourcesContent":["<template>\n\t<hr\n\t\t:class=\"$s.Divider\"\n\t\tv-bind=\"$attrs\"\n\t\tv-on=\"$listeners\"\n\t>\n</template>\n\n<script>\n\n/**\n * @inheritAttrs hr\n * @inheritListeners hr\n */\nexport default {\n\tinheritAttrs: false,\n};\n</script>\n\n<style module=\"$s\">\n/*\n\thr needed so selector has higher specificity\n\tthan our markdown css style selectors\n*/\nhr.Divider {\n\theight: 1px;\n\tmargin: 0;\n\tpadding: 0;\n\tbackground-color: rgba(0, 0, 0, 0.08);\n\tborder: none;\n}\n</style>\n"]}