Skip to content
  • Andrey Azov's avatar
    Migrate SCSS to CSS (#1068) · c47918de
    Andrey Azov authored
    Migrated SCSS files to either plain CSS for global styling, or CSS modules for all React components.
    
    - Removed all scss files and any references to scss/sass in webpack or stylelint
    - Removed all scss/sass dependencies
    - Changed stylelint config to use css rules (based on `stylelint-config-standard` package), and fixed lint warnings
    c47918de