css icon indicating copy to clipboard operation
css copied to clipboard

✨ Master CSS Prism

Open 1aron opened this issue 2 years ago • 0 comments

Description

As a CSS language, a syntax highlighting package is, of course, a must.

import Prism from 'prismjs';
import '@master/css.prism';

const source = `
    <div class="font:12 text:center@sm bg:red:hover">...</div>
`;

const highlighted = Prism.highlight(source, Prism.languages.mcss, 'mcss');

highlighted: Screenshot 2023-05-06 at 3 14 29 PM

1aron avatar May 06 '23 07:05 1aron