yldio / styled-is

A flag utility for styled-components
Mozilla Public License 2.0
210 stars 8 forks source link

Bug Fix: Functions not outputting a css attribute dont work #44

Closed mboudriga closed 5 years ago

mboudriga commented 5 years ago

Issue: Functions not outputting a css attribute dont work.

The function handler was meant only for functions outputting full css attributes, eg: height: 100px; vs just a value eg: 100px.

Solution: Added a check so it only acts on full css attributes.

SaraVieira commented 5 years ago

Thannk you!