Skip to content

Remove string interpolation from SCSS

David O'Regan requested to merge 1020 into master

A small MVC for: gitlab#331002 (closed) and #1020 (closed), where we remove any possible string interpolation based functions from content/assets/stylesheets/_typography.scss as this was causing lint errors.

We have opted for the most boring, simple solution possible => remove the map function in favour of raw CSS breakpoints.

Merge request reports