mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Implement linter for css naming conventions
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
// This file left here as a placeholder
|
/** @define Component */
|
||||||
// to keep the build passing. Will be
|
|
||||||
// removed on the next card.
|
.Component {
|
||||||
|
&-title {
|
||||||
|
diddy: doo;
|
||||||
|
}
|
||||||
|
.diddy {
|
||||||
|
dah: doody;
|
||||||
|
}
|
||||||
|
doo: dah;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user