Cornerstone introduces a new way of handling styles made possible through CSS custom properties.
CSS custom properties are supported in all modern browsers so they create a simple clean way to connect your theme settings directly with your stylesheets.
In the past we were required to serve scss.liquid files to accomplish what we can now pull off in normal css. With our new approach we define all of our CSS variables in a snippet called css-variables.liquid which is included in the of the theme.liquid file.