Created
April 22, 2021 20:08
Revisions
-
techsin created this gist
Apr 22, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { 'color': css.color, 'font-family': css.fontFamily, 'font-size': css.fontSize, 'font-style': css.fontStyle, 'font-variant': css.fontVariant, 'font-weight': css.fontWeight, 'letter-spacing': css.letterSpacing, 'line-height': css.lineHeight, 'text-align':css.textAlign , 'text-decoration': css.textDecoration, 'text-indent': css.textIndent, 'text-overflow': css.textOverflow, 'text-shadow': css.textShadow, 'text-transform': css.textTransform, 'white-space':css.whiteSpace, 'word-break':css.wordBreak, 'word-spacing':css.wordSpacing, }