Overview
Design System
The Master CSS design system provides a set of guidelines and examples
Code
Block code
<h1 className="block text:center font:48 tracking:.2em"> Hello, world!</h1>Inline code
- js ->
const foo = 'bar' - ts ->
const options: Options = {} - css ->
body { background: red; } - mcss ->
text:center
Code lines added and removed
console.log('hewwo') console.log('hello') console.log('goodbye')Code line highlight
console.log('hewwo')console.log('hello') console.log('goodbye')Code line focus
console.log('hewwo')console.log('hello') console.log('goodbye')Code mark words
const foo = 'bar'SSSSS