I’m trying to find a way to define arbitrary CSS utility classes using Gulp.js. Specifically, I want to be able to dynamically generate CSS classes, which would allow me to have more control over colours without having to manually create hundreds of classes.
I want to use classes like bg-[#90c4f9] to define background colours. For example:
bg-[#90c4f9]