Implement linter for css naming conventions

This commit is contained in:
Joe Fiorini
2015-04-14 11:50:42 -04:00
parent c138be4c7a
commit 81a8238311

View File

@@ -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;
}