Skip to content

Conversation

@golegen
Copy link
Contributor

@golegen golegen commented Apr 12, 2016

fix two positions:"1200" becomes "1200px"

@media screen and (min-width: 1200)

fix one position: add symbol '@' before 'detached-ruleset: {'

detached-ruleset: { 
    @color:blue; // this variable is private
};

two position:"1200" becomes "1200px"
@media screen and (min-width: 1200)

one position: add symbol '@' before 'detached-ruleset: {'
detached-ruleset: { 
    @color:blue; // this variable is private
};
@seven-phases-max seven-phases-max merged commit 8159380 into less:master Apr 12, 2016
@seven-phases-max
Copy link
Member

Thanks!

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.

2 participants