作者:把默认珀尔_430_394 | 来源:互联网 | 2023-05-18 19:11
IsitpossibletohavestylechangesdonedirectlyintheStylespanelnotonlypersistedtothe.
Is it possible to have style changes done directly in the "Styles" panel not only persisted to the .css but also to the corresponding .scss file?
是否可以直接在“样式”面板中完成样式更改,不仅可以持久保存到.css,还可以保存到相应的.scss文件中?
I have CSS source maps for every file and that works fine - I can jump right into the .scss file when I Ctrl-Click a property. I can edit the .scss file then and it reloads correctly (compass task in the background), but unfortunately everything I change directly in the Styles panel is persisted only to the compiled .css file.
我有每个文件的CSS源映射,并且工作正常 - 当我按住Ctrl键单击属性时,我可以直接跳转到.scss文件。我可以编辑.scss文件,然后重新加载(背景中的罗盘任务),但不幸的是,我在样式面板中直接更改的所有内容仅保留到已编译的.css文件中。
As soon as I change a value, the file changes to main.css and the changes are only persisted there:
一旦我更改了一个值,该文件就会更改为main.css,并且只会在那里保留更改:
2 个解决方案