mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
Implement linter for css naming conventions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user