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-basic-dropdown.scss #735

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-basic-dropdown.scss'

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

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

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

@mkszepp mkszepp changed the title Add ember-basic-dropdown.scss Add option to use ember-basic-dropdown.scss` Jan 8, 2024
@mkszepp mkszepp changed the title Add option to use ember-basic-dropdown.scss` Add option to use ember-basic-dropdown.scss Jan 8, 2024
@mkszepp mkszepp merged commit 189ec8f into cibernox:master Jan 8, 2024
19 checks passed
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.

1 participant