dappros/ethora

View on GitHub
client-web/src/pages/ChatInRoom/theme/default/exports.scss

Summary

Maintainability
Test Coverage
@import "variables";

// Experimental! Export theme variables for Webpack
//
// Exported variables can be loaded by Webpack and used in Javascript
// This file is not included in css build

:export {
  buttonInfoColor: $button-info-color;
}