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

add support for spacing between expressions #220

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

jackmcpickle
Copy link
Collaborator

@jackmcpickle jackmcpickle commented Jan 24, 2023

A support for spacing between expressions

allows them to be written like

@include media("> desktop", "<= 1150px", "height > 100px") {
    font-size: 4.0rem;
}

Fixes #172

@jackmcpickle
Copy link
Collaborator Author

@eduardoboucas can you please review this.

Copy link
Owner

@eduardoboucas eduardoboucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jackmcpickle jackmcpickle merged commit 81f2b3e into master Feb 27, 2023
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

Successfully merging this pull request may close these issues.

allow space near operator
2 participants