[Mahara-contributors] [Bug 1723047] Re: New Subtheme // SASS // File to import not found or unreadable

2018-08-29 Thread Kristina Hoeppner
The paths can be updated manually. It might also be a Windows only
problem.

** Changed in: mahara
 Assignee: Pat (pat-kira) => (unassigned)

** Changed in: mahara
Milestone: 18.10.0 => None

** Changed in: mahara
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1723047

Title:
  New Subtheme // SASS // File to import not found or unreadable

Status in Mahara:
  Won't Fix

Bug description:
  When compiling sass for a new subtheme you will get this error:

  File to import not found or unreadable: 
../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins
  Parent style sheet: 
  _bootstrap-index.scss

  1: 
  2: @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";3: 

  C:/../../mahara/htdocs/theme/raw/sass/utilities/_bootstrap-index.scss

  
  Solution:

  All pathes has to be one directory further up.

  e.g.

  @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

  has to be be

  @import
  "../../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1723047/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1723047] Re: New Subtheme // SASS // File to import not found or unreadable

2018-03-07 Thread Robert Lyon
** Changed in: mahara
Milestone: 18.04.0 => 18.10.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1723047

Title:
  New Subtheme // SASS // File to import not found or unreadable

Status in Mahara:
  Confirmed

Bug description:
  When compiling sass for a new subtheme you will get this error:

  File to import not found or unreadable: 
../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins
  Parent style sheet: 
  _bootstrap-index.scss

  1: 
  2: @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";3: 

  C:/../../mahara/htdocs/theme/raw/sass/utilities/_bootstrap-index.scss

  
  Solution:

  All pathes has to be one directory further up.

  e.g.

  @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

  has to be be

  @import
  "../../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1723047/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1723047] Re: New Subtheme // SASS // File to import not found or unreadable

2017-10-17 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1723047

Title:
  New Subtheme // SASS // File to import not found or unreadable

Status in Mahara:
  Confirmed

Bug description:
  When compiling sass for a new subtheme you will get this error:

  File to import not found or unreadable: 
../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins
  Parent style sheet: 
  _bootstrap-index.scss

  1: 
  2: @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";3: 

  C:/../../mahara/htdocs/theme/raw/sass/utilities/_bootstrap-index.scss

  
  Solution:

  All pathes has to be one directory further up.

  e.g.

  @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

  has to be be

  @import
  "../../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1723047/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1723047] Re: New Subtheme // SASS // File to import not found or unreadable

2017-10-12 Thread Robert Lyon
** Changed in: mahara
 Assignee: (unassigned) => Pat (pat-kira)

** Changed in: mahara
Milestone: 17.10rc2 => 18.04.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1723047

Title:
  New Subtheme // SASS // File to import not found or unreadable

Status in Mahara:
  New

Bug description:
  When compiling sass for a new subtheme you will get this error:

  File to import not found or unreadable: 
../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins
  Parent style sheet: 
  _bootstrap-index.scss

  1: 
  2: @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";3: 

  C:/../../mahara/htdocs/theme/raw/sass/utilities/_bootstrap-index.scss

  
  Solution:

  All pathes has to be one directory further up.

  e.g.

  @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

  has to be be

  @import
  "../../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1723047/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1723047] Re: New Subtheme // SASS // File to import not found or unreadable

2017-10-12 Thread Robert Lyon
** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
Milestone: None => 17.10rc2

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1723047

Title:
  New Subtheme // SASS // File to import not found or unreadable

Status in Mahara:
  New

Bug description:
  When compiling sass for a new subtheme you will get this error:

  File to import not found or unreadable: 
../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins
  Parent style sheet: 
  _bootstrap-index.scss

  1: 
  2: @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";3: 

  C:/../../mahara/htdocs/theme/raw/sass/utilities/_bootstrap-index.scss

  
  Solution:

  All pathes has to be one directory further up.

  e.g.

  @import "../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

  has to be be

  @import
  "../../../../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1723047/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp