how can use hsl instead of rgb for scss global declaration javascript api
that’s how my next.config.js look like // next.config.js const env = require(‘./site.config’).env; const Colour = require(‘sass’).types.Color; const {r, g, b} = require(‘./site.config’)….