How to convert scss to css file

Many stylesheet editors and web authoring tools can be used to export SSAS stylesheets (.scss) to CSS cascading style sheets (.css). SSAS format is far more complex and contains more data, so when you export (complile) .scss to .css, some special elements may be lost during the process, but scss to css conversion should be doable.

Open SCSS file    Open CSS file