Can I save CSS style changes from the Google DevTools Element > Styles tab, or must I go to the Sources tab?

前端 未结 2 2000
攒了一身酷
攒了一身酷 2021-01-22 16:00

Today I learned about Google Chrome\'s ability to set up workspaces and map them to your local resources. This works perfectly in the Sources tab, but I\'d like to

相关标签:
2条回答
  • 2021-01-22 16:12
    1. Add folder to workspace
    2. Map to File System Resource…
    3. Change the styles in Elements Tab, after that enter Tab or enter

    After these steps, all your change are in your local mapped files.

    0 讨论(0)
  • 2021-01-22 16:15

    The new, experimental Workspaces 2.0 handles it the way you're looking for.

    1. Download Chrome Canary.
    2. Enable DevTools Experiments.
    3. Open DevTools.
    4. Open Command Menu.
    5. Type Settings and press Enter.
    6. Go to Experiments tab.
    7. Enable Persistence 2.0.
    8. Restart Chrome.

    0 讨论(0)
提交回复
热议问题