Skip to content

Nested CSS mixin with relative paths do not resolve #50

@joelmoss

Description

@joelmoss
/* email.css */
input[type='email'] {
  @mixin input from url('/app/assets/theme/mixins/input.css');
}
/* input.css */
@define-mixin input {
  @mixin field from url('./field.css');
  display: block;
}

Results in...

input[type='email'] {
  @mixin field from url('./field.css');
  display: block;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions