© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sandeep Panda
co-founder, Hashnode
Hey, interesting stuff :) Please start your code block like this in order to enable syntax highlighting for CSS:
```css
Dharmen Shah
Sr. Full-Stack Developer
Hey Sandeep,
Thanks for catching that. But, my code snippets are in scss, I have already done like below:
scss
```scss
But, I guess hashnode doesn't support scss language. :-(
Can you help me with that?
I believe that you must be using Prismjs for code highlighting. For scss support, you will need to inject below script:
<script src="cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/compo…" integrity="sha512-rAb9BrnkhMpxN7NoOM7WwPa3phfCMMUZw568Tyzlj9frNsdUUeltfCTATD6ccnVLtnERR+ZXS85Ybs7wo9IiTQ==" crossorigin="anonymous"></script>
Dharmen Shah We are using Highlight.js. I will pass this feedback to my team and come up with a solution soon.