A mini.css module for better code presentation.
npm install mini.css-code-component
npm install mini.css-code-component
yarn add mini.css-code-component
`
Usage
1. Create a element.
2. Wrap every line of code into a.
3. Apply highlights by wrapping text in,or.`
#### Examplehtml``
if condition:
value = 'Result:' . 10
print(value)
return
Customization
You can customize the color palette and other parameters, by modifying and recompiling the Sass file.
License
This mini.css module is licensed under the MIT License.