For example, I’m getting the following CSS which did not used to be included
(as I’m not using Basic Buttons):
Button {
border: 1px solid #808080;
padding: 4px;
background-color: #f8f8f8;
margin: 0px;
border-radius: 2px;
}
Button:hover {
border: 1px solid #808080;
padding: 4px;
background-color: #e8e8e8;
}
Button:active {
border: 1px solid #808080;
padding: 4px;
background-color: #d8d8d8;
}
> On Jul 9, 2019, at 1:35 PM, Harbs <[email protected]> wrote:
>
> Like I mentioned, it seems to be a problem with Basic as well.
>
> That leads me to believe it’s a compiler problem.
>
>> On Jul 9, 2019, at 1:26 PM, Carlos Rovira <[email protected]> wrote:
>>
>> Hi Harbs,
>>
>> there are no changes at least that I know. The way Jewel CSS was done is
>> stable and didn't change for so long. So maybe you're getting some
>> regression introduced recently.
>> Can you give more details? Can imagine what could be happening
>>
>> if you don't have any jewel theme in your build chain, don't know how that
>> files can be processed in your app
>>
>>
>> El mar., 9 jul. 2019 a las 12:21, Harbs (<[email protected]>) escribió:
>>
>>> I have no jewel components in my app, but I’m suddenly seeing TONS of
>>> jewel css in my app.
>>>
>>> Similarly, I’m seeing Basic CSS (such as Button) which did not used to be
>>> included (and is messing up the visuals in my app).
>>>
>>> Has something changed with the logic which includes CSS?
>>>
>>> Harbs
>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>