@@ -84,44 +84,3 @@ extension BackgroundColor: CustomStringConvertible {
8484 }
8585 }
8686}
87-
88- /// Default value and predefined colors
89- extension BackgroundColor {
90- /// The default value for background-color (`transparent`)
91- public static let `default` = BackgroundColor ( . transparent)
92-
93- /// Transparent background
94- public static let transparent = BackgroundColor ( . transparent)
95-
96- /// Current color value
97- public static let currentColor = BackgroundColor ( . currentColor)
98-
99- // Common color shortcuts
100-
101- /// Black background color
102- public static let black = BackgroundColor ( . black)
103-
104- /// White background color
105- public static let white = BackgroundColor ( . white)
106-
107- /// Red background color
108- public static let red = BackgroundColor ( . red)
109-
110- /// Green background color
111- public static let green = BackgroundColor ( . green)
112-
113- /// Blue background color
114- public static let blue = BackgroundColor ( . blue)
115-
116- /// Yellow background color
117- public static let yellow = BackgroundColor ( . yellow)
118-
119- /// Cyan background color
120- public static let cyan = BackgroundColor ( . cyan)
121-
122- /// Magenta background color
123- public static let magenta = BackgroundColor ( . magenta)
124-
125- /// Gray background color
126- public static let gray = BackgroundColor ( . gray)
127- }
0 commit comments