From 4b77af746699bca78fa630b101cf0c3dbc87af18 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Mon, 1 Oct 2018 12:17:30 -0700 Subject: [PATCH] Move sass OWNERS to source instead of output (#10215) --- assets/sass/OWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assets/sass/OWNERS diff --git a/assets/sass/OWNERS b/assets/sass/OWNERS new file mode 100644 index 0000000000..87ee22388b --- /dev/null +++ b/assets/sass/OWNERS @@ -0,0 +1,8 @@ +# Allow CSS/SASS updates from blog and case studies owners +options: + no_parent_owners: false +reviewers: + - alexcontini +approvers: + - alexcontini + \ No newline at end of file