简体   繁体   中英

Add CSS changes to SCSS File

Say I've built a .CSS file that I compiled from a .SCSS file.

What happens if one of my team members directly edits the .CSS file, and I come along and recompile a change to the .SCSS file?

How do I stop the direct updates to the CSS file being lost?

You can't.
You must enforce .css files to be only written by scss compiler.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM