Using different colours in native textareas via a "mirror" element
16 Apr 2025
In this tutorial we'll look at how to achieve different colours, or syntax highlighting, in native textarea
elements, using a mirror technique and some nifty JS.
16 Apr 2025
In this tutorial we'll look at how to achieve different colours, or syntax highlighting, in native textarea
elements, using a mirror technique and some nifty JS.
30 Sep 2022
Vue provides a number of ways to harness component data within your CSS. Vue 3.2 introduced the latest of those ways, allowing the use of v-bind()
directly within your CSS. Let's take a look!