Skip to content

Instantly share code, notes, and snippets.

@umairhm
Created July 25, 2020 05:56
Show Gist options
  • Save umairhm/b99afdef99a2e830302a7535a7e1f8a9 to your computer and use it in GitHub Desktop.
Save umairhm/b99afdef99a2e830302a7535a7e1f8a9 to your computer and use it in GitHub Desktop.
<!-- This gets converted as 10px -->
<css-pixel-coercion [padding]="10"></css-pixel-coercion>
<!-- The following strings get bound as-is -->
<!-- The component users can pass in values with other units as well -->
<css-pixel-coercion [padding]="'10px'"></css-pixel-coercion>
<css-pixel-coercion [padding]="'1em'"></css-pixel-coercion>
<css-pixel-coercion [padding]="'1rem'"></css-pixel-coercion>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment