-
Notifications
You must be signed in to change notification settings - Fork 233
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
Playground improvements (click-to-copy, default initial code, movable panels, etc.) #779
Comments
I'm striking through number 7 as "infeasible". We actually used to maintain a tool that could do this, but it turns out that the ongoing maintenance cost of needing to be able to produce nicely-formatted source code for every type of source AST node is substantial. I don't think it's worth the value of using it in the playground. |
Thoughts on encoding the line number into the URL state and placing the cursor at that line when the playground loads? 🤔 |
That's an interesting idea. I wonder if it would make more sense to copy the location specifically when there's highlighted text—it seems like the most likely use case is to indicate "look at this part of the code", and highlighting might be a clearer signal that the user intends the position to be meaningful. |
@nex3 I think this issue can now be closed? |
Opening this issue to capture a number of proposed improvements to the new Sass Playground. Feel free to split this into separate issues as you see fit.
@use
,@debug
) and in-scope variablesConvert existing input between SCSS and Sass when switching between panelsThe text was updated successfully, but these errors were encountered: