From 81a82383110b674760176e03c9c127df27af2f9a Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 14 Apr 2015 11:50:42 -0400 Subject: [PATCH] Implement linter for css naming conventions --- awx/ui/static/js/tmp.less | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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; +}