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

Handle @media queries and @import #1

Open
ooade opened this issue Sep 29, 2019 · 0 comments
Open

Handle @media queries and @import #1

ooade opened this issue Sep 29, 2019 · 0 comments
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed question Further information is requested

Comments

@ooade
Copy link
Owner

ooade commented Sep 29, 2019

@import would be very easy to do. Just match the keyword and semi-colon, then add to a global object called globals.

@media is also easy. The current setup could take it without any issue. The only thing we need is to handle the content in the media query. This could open opportunities for less 🤔

@ooade ooade added enhancement New feature or request help wanted Extra attention is needed question Further information is requested Hacktoberfest labels Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant