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

Not working with .SASS files. #60

Open
adonaicandido opened this issue May 22, 2015 · 3 comments
Open

Not working with .SASS files. #60

adonaicandido opened this issue May 22, 2015 · 3 comments

Comments

@adonaicandido
Copy link

Using the latest version of SublimeText3 and just installed CSSComb through Package Installer.

My .sass file:

section
    position: absolute
    width: 100%
    height: 100%

    header
        position: absolute
        left: 30vw
        width: 640px

        h1
            font-size: 32px
            font-weight: 700
            letter-spacing: 4px
            &:after
                width: 24px
                height: 4px
                background-color: black
                border: none
                content: ''
                display: block

I hit CTRL+SHIT+C and I get this error:

CSScomb error:

/Users/Adonai/Library/Application Support/Sublime Text 3/Packages/CSScomb/node_modules/csscomb/node_modules/csscomb-core/lib/core.js:412
            throw e;
                  ^

Please check the validity of the block starting from line #1

1*| section
2 |     position: absolute
3 |     width: 100%

Gonzales PE version: 3.0.0-10
CSScomb Core version: 2.0.2
@kevinchevallier
Copy link

This works fine now. Can be marked as solved in my opinion.

@jonscottclark
Copy link

If you're pressing CTRL+SHIT+C that might be your problem. Try SHIFT 😆

@dortamiguel
Copy link

I'm having the same error

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

4 participants