PluginProbe ʕ •ᴥ•ʔ
Timeline Blocks for Gutenberg / trunk
Timeline Blocks for Gutenberg vtrunk
timeline-blocks / src / blocks / components / typography / inline-styles.js
timeline-blocks / src / blocks / components / typography Last commit date
editor.scss 7 years ago font-typography.js 7 years ago fontloader.js 7 years ago index.js 7 years ago inline-styles.js 7 years ago
inline-styles.js
12 lines
1 /**
2 * Set inline styles.
3 * @param {object} props - The block object.
4 * @return {object} The inline text color CSS.
5 */
6 function TypographyStyles( props ) {
7 return {
8 }
9 }
10
11 export default TypographyStyles
12