Problem/Motivation

SASS partials should never do

@import "init";

Only regular SASS files should do it. While technically this is not exactly a bug, removing init import from partials will prevent double initialization and could help to avoid some weird edge case bugs.

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
Issue tags: +next-release
StatusFileSize
new2.11 KB

Here is a patch.

  • pivica committed 2220e76 on 8.x-1.x
    Issue #3078774 by pivica: Partials should never import init
    
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.