diff --git a/awx/ui/static/js/tmp.less b/awx/ui/static/js/tmp.less index c4708530ce..621cf94742 100644 --- a/awx/ui/static/js/tmp.less +++ b/awx/ui/static/js/tmp.less @@ -1,3 +1,11 @@ -// This file left here as a placeholder -// to keep the build passing. Will be -// removed on the next card. +/** @define Component */ + +.Component { + &-title { + diddy: doo; + } + .diddy { + dah: doody; + } + doo: dah; +}