Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser - e.g. code comments and formatting, removing unused code, using shorter variable and function names, and so on.
• Made a GUI for users where they can choose the CSS file to be minimized or SCSS file to be preprocessed.
• The CSS file is minimized by the minifier and saved in a new file.
• The SCSS file is preprocessed by the preprocessor and saved in a new file.