Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

How to merge csscomb.preset #103

Open
yingyuk opened this issue Feb 27, 2018 · 0 comments
Open

How to merge csscomb.preset #103

yingyuk opened this issue Feb 27, 2018 · 0 comments

Comments

@yingyuk
Copy link

yingyuk commented Feb 27, 2018

Environment

  • VSCode Version: 1.20.1

Actual behavior

 "csscomb.preset": {
    "sort-order": [
      [
        "$variable"
      ],
      [
        "$include"
      ],
      [
        "$include media"
      ]
    ]
  }

Expected behavior

 "csscomb.preset": "zen",
 "csscomb.customPreset": {
    "sort-order": [
      [
        "$variable"
      ],
      [
        "$include"
      ],
      [
        "$include media"
      ]
    ]
  }
Object.assign(csscomb.preset, csscomb.customPreset)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants