// About: Sass compile for discussion elements that are shared between LTR and RTL UI. Configuration and vendor specific imports happen before this shared set of imports is compiled in the inline-discussion-*.scss files.
// Set the relative path to the static root
$static-path:'../..';
// Styles for discussions
@import"utilities/variables-v1";
@import"mixins";
@import'discussion';// Process old file after definitions but before everything else, partial is deprecated.