Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1 KB

File metadata and controls

60 lines (35 loc) · 1 KB

Types

AREA_PROP_TYPE

string

'north-west' || north' || 'north-east' || 'east' || 'south-east' || 'south' || 'south-west' || 'west' || 'middle'

STRING_OR_OBJECT_CSS

string || object

'font-size: 24px; color: #aabbcc' 
'.my_css_style' 
{fontSize: '24px', color: '#aabbcc'}

STRING_OR_ARRAY

string || array

 'https://fonts.googleapis.com/css?family=Schoolbell'
[  'https://fonts.googleapis.com/css?family=Schoolbell'  
   , '//db.onlinewebfonts.com/c/99f44be299d4608af6fbe99aa38ce446?family=HarmoniaSansW01-Bold'  
   , 'https://fontlibrary.org/face/unique' 
]     

LINEAR_GRADIENT

{clear_percent: number, gradient_rgba:string}

{clear_percent: 50, gradient_rgba: 'rgba(255, 255, 255, 0.99)'}

CSS_FILTER

string

'filter: drop-shadow(16px 16px 20px blue)'

CSS_GRADIENT

string

'rgba(0, 255, 0, 0.1)'

Created by

Steen Hansen

License

MIT ©