

Of this software and associated documentation files (the "Software"), to deal Permission is hereby granted, free of charge, to any person obtaining a copy Added notification when a compile error occurs.Changed the update root from the workspace root to the files current directory.See README Notes for a change to the compile directory.Auto hide the error notification after 10 seconds or if the file is re-saved without an error.Added preference to manually set the path that an update will be performed on, relative to the workspace directory.Added preference for an output directory relative to workspace.Fixed bug where the output path was not relative to the workspace path.Move config items to configWorkspace (Thanks to Added a new preference to enable compile on save for the project.If either _include.scss or combined.scss are saved the compiler will run on the directory project/assets/css/ This allows us to use the following directory structure where the combined.scss includes styles from the sub folder: If the current directory name is scss it will start at the parent. As default the scss processor will compile in the current directory.Manually enter or select the scss binary location. Manually set the output path of the generated css files, relative to the workspace directory. Manually set the path that an update will be performed on, relative to the workspace directory. They make it possible to see and even edit your Sass files in browsers. Source maps are files that tell browsers or other tools that consume CSS how that CSS corresponds to the Sass files from which it was generated.

Generate Source Map External, Internal, Off Tells Sass whether to emit a CSS file when an error occurs during compilation. Preferences are managed per project, these can be accessed via Project -> Project Settings -> SassĮnables compile on save for this project.Ĭontrols the output style of the resulting CSS. Choose menu Extensions > Extension Library.Via Terminal run brew install sass/sass/sass.Generated css can be compressed or expandedīefore using this extension, you must ensure that sass is installed on your system.Converts scss files into css files automatically on save.
