@gesslar/sassy 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "gesslar",
6
6
  "url": "https://gesslar.dev"
7
7
  },
8
- "version": "2.0.0",
8
+ "version": "2.0.1",
9
9
  "license": "Unlicense",
10
10
  "homepage": "https://github.com/gesslar/sassy#readme",
11
11
  "repository": {
@@ -393,7 +393,7 @@ export default class ResolveCommand extends Command {
393
393
 
394
394
  steps.forEach(step => {
395
395
  if(!levelMap.has(step.level)) {
396
- levelMap.set(step.level, Math.min(normalizedLevel++, 4)) // Cap at depth 4
396
+ levelMap.set(step.level, normalizedLevel++)
397
397
  }
398
398
 
399
399
  step.depth = levelMap.get(step.level)