I need to fulfil following requirements:
Display text with formatting
<h2 class="heading">
Hello my dear friends
</h2>
Expected result:
Requirements are next:
- HTML is immutable
- Don't use javascript
- Use sass
I tried to investigate almost all possibilities, but seems I need either edit HTML or add javascript. Can't understand how to use only SASS here, please help, thank you