|
@@ -24,15 +24,15 @@ pre {
|
|
|
* @param {string} hex - the hexadecimal value to convert
|
|
|
* @return {string} comma separated rgb values
|
|
|
*/
|
|
|
-/**
|
|
|
- * Breakpoint mixins
|
|
|
- */
|
|
|
/**
|
|
|
* Long content fade mixin
|
|
|
*
|
|
|
* Creates a fading overlay to signify that the content is longer
|
|
|
* than the space allows.
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Breakpoint mixins
|
|
|
+ */
|
|
|
/**
|
|
|
* Focus styles.
|
|
|
*/
|
|
@@ -795,5 +795,3 @@ p.wp-block-site-tagline {
|
|
|
color: var(--wp--custom--button--outline--hover--color--text, var(--wp--custom--button--color--text));
|
|
|
background-color: var(--wp--custom--button--outline--hover--color--background, var(--wp--custom--button--color--background));
|
|
|
}
|
|
|
-
|
|
|
-/*# sourceMappingURL=ponyfill.css.map */
|