Skip to content

Importing without specifying '.sss' #5

@samhh

Description

@samhh

Currently, to import an .sss file, you have to specify the extension:

`@import 'base/vars.sss'

I think it would be nice if the following assumed it was an .sss file, similar to how Browserify/module bundlers assume the .js extension:

`@import 'base/vars'

You would still be able to manually specify .css (or other) extension.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions