Skip to content
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

u cant do anything in style tag #2

Closed
anowa-eng opened this issue May 30, 2020 · 1 comment
Closed

u cant do anything in style tag #2

anowa-eng opened this issue May 30, 2020 · 1 comment

Comments

@anowa-eng
Copy link

anowa-eng commented May 30, 2020

oh noes!
there's no selector{} block
now u can't do anything with <style>

i suggest
"type": "eeeeeeg", "message0": "style of %1 %2 %3", "args0": [ { "type": "field_input", "name": "selector", "text": "selector" }, { "type": "input_dummy" }, { "type": "input_statement", "name": "NAME" } ], "previousStatement": null, "nextStatement": null, "colour": 225, "tooltip": "", "helpUrl": "" }

@bestian
Copy link

bestian commented Oct 31, 2022

how about {
"type": "global_style",
"message0": "selector %1 style %2",
"args0": [
{
"type": "input_statement",
"name": "selector",
"check": "selector"
},
{
"type": "input_statement",
"name": "content",
"check": "css"
}
],
"previousStatement": "header",
"nextStatement": "header",
"colour": 0,
"tooltip": "",
"helpUrl": "http://www.w3schools.com/tags/tag_html.asp"
}
?

@bestian bestian mentioned this issue Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants