I'm using Quasar 2.17.7.
If I have the below styles in my quasar.variables.scss file:
$company-base: #3c3c3b;
$company-accent: #89c3ce;
$primary: #1976d2;
$secondary: #26a69a;
$accent: #9c27b0;
How can I access these in a script tag? For example...
const accentColor = $q.getColour('company-accent');