fuc-new/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/whitespace.css.map
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

1 line
502 B
Plaintext

{"version":3,"sourceRoot":"","sources":["../../../src/client/styles/whitespace.scss"],"names":[],"mappings":"CAEE,wDAEE,kBAGF,wEAEE,kBACA,WAGF,mCACE,YAGF,qCACE","file":"whitespace.css","sourcesContent":["// render whitespace characters\ndiv[class*='language-'] {\n .tab,\n .space {\n position: relative;\n }\n\n .tab::before,\n .space::before {\n position: absolute;\n opacity: 0.3;\n }\n\n .tab::before {\n content: '⇥';\n }\n\n .space::before {\n content: '·';\n }\n}\n"]}