@import "../variables"; $editor-border-color: $border-color; .new-snippet-modal{ .ace_editor { height: 200px; border: solid 1px $editor-border-color; border-radius: 5px; } }