Rob Bertram

Results 2 issues of Rob Bertram

Adds case insensitivity by default with override option as suggested in Issue 76.

ReferenceError: stylis is not defined It seems its unable to find stylis. ``` import { Component, h, State } from "@stencil/core"; import styled from "stencil-styled-components"; const MainHeader = styled.h1` color:...