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

Add option to use ember-power-select.scss #1632

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

mkszepp
Copy link
Collaborator

@mkszepp mkszepp commented Jan 8, 2024

Add option for consumer apps to use import @import 'ember-power-select.scss'

this works with ember-cli-scss only by adding scssOptions

let app = new EmberApp(defaults, {
    ...
    sassOptions: {
      includePaths: ['node_modules/ember-power-select'],
    },
    ...
  });

This was maybe working in v7 (without adding the setting sassOptions), but was not documented

@mkszepp mkszepp merged commit b18b304 into cibernox:master Jan 8, 2024
19 checks passed
@mkszepp mkszepp deleted the improve-scss-import branch January 8, 2024 09:21
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

1 participant