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

Bug #1723047 reported by Hauber
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Won't Fix
High
Unassigned

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";

Tags: theming sass
Robert Lyon (robertl-9)
Changed in mahara:
importance: Undecided → High
milestone: none → 17.10rc2
Robert Lyon (robertl-9)
Changed in mahara:
assignee: nobody → Pat (pat-kira)
milestone: 17.10rc2 → 18.04.0
Changed in mahara:
status: New → Confirmed
Robert Lyon (robertl-9)
Changed in mahara:
milestone: 18.04.0 → 18.10.0
Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :

The paths can be updated manually. It might also be a Windows only problem.

Changed in mahara:
assignee: Pat (pat-kira) → nobody
milestone: 18.10.0 → none
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.