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

Hotfix master - Fix trailing-semicolon issue with nested properties #359

Merged
merged 6 commits into from
Oct 28, 2015

Conversation

bgriffith
Copy link
Member

Fixes the trailing-semicolon false positive highlighted in #352

DCO 1.1 Signed-off-by: Ben Griffith gt11687@gmail.com

@bgriffith bgriffith added this to the 1.3.2 milestone Oct 27, 2015

.qux {
content: 'waldo'
}
}

.foo {
font: {
Copy link
Member

Choose a reason for hiding this comment

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

Can we add some test cases where it should fail here just to make sure?

@bgriffith
Copy link
Member Author

Yeah good shout.

@DanPurdy
Copy link
Member

also try this against it

.test {
    text: {
        line: {
            through: {
                color: red;
            }
        }
        orientation: landscape;
    }
}

@bgriffith
Copy link
Member Author

Will do. I think it still needs some work. I'm having a issue.

@bgriffith
Copy link
Member Author

Ok added more test cases and also added tests to test for non-default options (include: false)

@DanPurdy
Copy link
Member

Update me and we're good to go

DanPurdy added a commit that referenced this pull request Oct 28, 2015
Hotfix master - Fix trailing-semicolon issue with nested properties
@DanPurdy DanPurdy merged commit d653c97 into sasstools:master Oct 28, 2015
donabrams pushed a commit to donabrams/sass-lint that referenced this pull request Nov 19, 2015
…esting

Hotfix master - Fix trailing-semicolon issue with nested properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants