Skip to content

Error when importing .css.scss.erb stylesheet by wildcard #185

@a-chernykh

Description

@a-chernykh

I have active_admin.css.scss file which imports all stylesheets in active_admin directory:

@import "active_admin/*";

When I put sample.css.scss.erb file into this dir, it fails to import with error:

File to import not found or unreadable: active_admin/sample.css.scss.erb.

However, if I import this file by it's name, everything works just fine:

@import "active_admin/sample";

Possibly related to #139

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions