Skip to content

Add option to use ember-basic-dropdown.scss#735

Merged
mkszepp merged 1 commit intocibernox:masterfrom
mkszepp:master
Jan 8, 2024
Merged

Add option to use ember-basic-dropdown.scss#735
mkszepp merged 1 commit intocibernox:masterfrom
mkszepp:master

Conversation

@mkszepp
Copy link
Copy Markdown
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
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