equal
deleted
inserted
replaced
38 */ |
38 */ |
39 /** |
39 /** |
40 * React Native specific. |
40 * React Native specific. |
41 * These variables do not appear to be used anywhere else. |
41 * These variables do not appear to be used anywhere else. |
42 */ |
42 */ |
|
43 /** |
|
44 * Converts a hex value into the rgb equivalent. |
|
45 * |
|
46 * @param {string} hex - the hexadecimal value to convert |
|
47 * @return {string} comma separated rgb values |
|
48 */ |
43 /** |
49 /** |
44 * Breakpoint mixins |
50 * Breakpoint mixins |
45 */ |
51 */ |
46 /** |
52 /** |
47 * Long content fade mixin |
53 * Long content fade mixin |
100 |
106 |
101 p.has-background { |
107 p.has-background { |
102 padding: 1.25em 2.375em; |
108 padding: 1.25em 2.375em; |
103 } |
109 } |
104 |
110 |
105 p.has-text-color a { |
111 :where(p.has-text-color:not(.has-link-color)) a { |
106 color: inherit; |
112 color: inherit; |
107 } |
113 } |