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

SCSS mode #139

Open
PubliAlex opened this issue Jan 11, 2023 · 0 comments
Open

SCSS mode #139

PubliAlex opened this issue Jan 11, 2023 · 0 comments

Comments

@PubliAlex
Copy link

Hello,

Very nice tool for people like me that are new to grid system.

However, I have a small suggestion. I use SCSS as a standard processor for my css. When I do something like this :

.div1 { grid-area: 2 / 3 / 4 / 5; }

It calculate the values. To force SCSS to just consider this as a string, I have to do :

.div1 { grid-area: {#"2 / 3 / 4 / 5"}; }

Like this, it works well.

Would ie be possible to add a small option in your tool : "display code as SCSS" and add that syntax to be able to do a quick copy / paste without adding manually this syntax when you use SCSS processor ?

Thank you

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

1 participant