PluginProbe ʕ •ᴥ•ʔ
Timeline Blocks / 2.0.1
Timeline Blocks v2.0.1
2.0.1 2.0.0 trunk
timeline-blocks / src / blocks / components / typography / inline-styles.js
timeline-blocks / src / blocks / components / typography Last commit date
editor.scss 1 week ago font-typography.js 1 week ago fontloader.js 1 week ago index.js 1 week ago inline-styles.js 1 week 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