-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using input[type=range] selector not supported in CSS #108
Comments
carlosrovira
changed the title
hls function not supported in CSS
Using input[type=range] selector not supported in CSS
Jan 4, 2020
Is it hsl or hls? I see both in this post.
…On Sat, Jan 4, 2020 at 10:34 AM Carlos Rovira ***@***.***> wrote:
Trying this rule in CSS
background-color: hsl(50, 100%, 50%);
that uses hls function in CSS makes application build break with
following error:
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/JewelTheme-0.9.7-SNAPSHOT-js.swc:defaults.css(789):
col: 26 Error: JewelTheme-0.9.7-SNAPSHOT-js.swc:defaults.css line 788:25
extraneous input 'range' expecting SQUARE_END
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#108?email_source=notifications&email_token=AC3RFXIN2OY2O7PAKSVYZQ3Q4CNATA5CNFSM4KCWKZ72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEAPX4Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3RFXNWZ3LZ4I4Z24QA3UDQ4CNATANCNFSM4KCWKZ7Q>
.
|
Hi Andrew,
The problem was other, I was confused by multiple changes at the same time,
so I edited whole ticket. The problem was about css selector
input[type=range]
El sáb., 4 ene. 2020 a las 15:52, Andrew Wetmore (<[email protected]>)
escribió:
… Is it hsl or hls? I see both in this post.
On Sat, Jan 4, 2020 at 10:34 AM Carlos Rovira ***@***.***>
wrote:
> Trying this rule in CSS
>
> background-color: hsl(50, 100%, 50%);
>
> that uses hls function in CSS makes application build break with
> following error:
>
>
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/JewelTheme-0.9.7-SNAPSHOT-js.swc:defaults.css(789):
> col: 26 Error: JewelTheme-0.9.7-SNAPSHOT-js.swc:defaults.css line 788:25
> extraneous input 'range' expecting SQUARE_END
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#108?email_source=notifications&email_token=AC3RFXIN2OY2O7PAKSVYZQ3Q4CNATA5CNFSM4KCWKZ72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEAPX4Q
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AC3RFXNWZ3LZ4I4Z24QA3UDQ4CNATANCNFSM4KCWKZ7Q
>
> .
>
--
Andrew Wetmore
http://cottage14.blogspot.com/
http://portfolio.cottage14.com
http://annapolisndp.ca
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108?email_source=notifications&email_token=AAM7OCH7IA7I7BKCZLWZNX3Q4CPBPA5CNFSM4KCWKZ72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEICZMKY#issuecomment-570791467>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM7OCFFD4LWIM2ERKXCOQDQ4CPBPANCNFSM4KCWKZ7Q>
.
--
Carlos Rovira
http://about.me/carlosrovira
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying this rule in CSS
input[type=range]
that uses selector type=range makes application build break with following error:
The text was updated successfully, but these errors were encountered: