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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | partials-should-never-import-init-3078774-2.patch | 2.11 KB | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #4
pivica commentedCommitted.