Skip to content

Commit 4dedeb9

Browse files
committed
Updated README.md
1 parent 5ba6b7c commit 4dedeb9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
ExampleAngularApplication
1+
ng-annotate
22
=========================
33

4-
An example Angular application
4+
5+
# Annotation colors
6+
7+
Main annotation class is `.ng-annotation`
8+
An annotation is extended by adding a type class to `.ng-annotation`.
9+
Available type classes are
10+
11+
.red - Sets background to red, color to white and border-color to red.
12+
.green - Sets background to green, color to white and border-color to green.
13+
.blue - Sets background to blue, color to white and border-color to blue.
14+
.pink - Sets background to pink, color to white and border-color to pink.
15+
.yellow - Sets background to yellow, color to black and border-color to yellow.
16+

0 commit comments

Comments
 (0)