GithubHelp home page GithubHelp logo

Comments (10)

amoroz avatar amoroz commented on June 2, 2024 2

I fixed this issue for ember-cli 1.13.13 by adding a relative path to the addon's styles into the ember-cli-build.js:

sassOptions: {
  includePaths: [
    'node_modules/ember-modal-dialog/app/styles'
  ]
},

After that I could import the addon's styles by:

@import "ember-modal-dialog/ember-modal-structure";
@import "ember-modal-dialog/ember-modal-appearance";

from ember-modal-dialog.

kevinvangelder avatar kevinvangelder commented on June 2, 2024

I just removed ember-tether and tether and my relative CSS paths are working again.

from ember-modal-dialog.

FilmKnurd avatar FilmKnurd commented on June 2, 2024

I have the same issue and I have neither gem installed.

from ember-modal-dialog.

FilmKnurd avatar FilmKnurd commented on June 2, 2024

Might be related to: ember-cli/ember-cli#4658

from ember-modal-dialog.

Dhaulagiri avatar Dhaulagiri commented on June 2, 2024

I'm seeing this issue as well with the latest release of ember-cli and ember-modal-dialog 0.7.5

from ember-modal-dialog.

beverlyguillermo avatar beverlyguillermo commented on June 2, 2024

Yup me too with ember-cli 1.13.13, and I had to use

@import "node_modules/ember-modal-dialog/app/styles/ember-modal-dialog/ember-modal-structure";

from ember-modal-dialog.

xcambar avatar xcambar commented on June 2, 2024

It doesn't help a lot, but still: 👍

from ember-modal-dialog.

saygun avatar saygun commented on June 2, 2024

This problem still exists in ember-cli 2.8.0. None of suggested workarounds worked for me.

from ember-modal-dialog.

jurecuhalev avatar jurecuhalev commented on June 2, 2024

Solution from @amoroz fixed this for me on ember-cli: 2.12.0, and "ember-cli-sass": "^6.1.2",

from ember-modal-dialog.

k-dauda avatar k-dauda commented on June 2, 2024

Getting this error when ember-modal-dialog is in an addon on ember-cli 2.14 :(

from ember-modal-dialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.