Skip to content

jainhere/SCSS-preprocessor-and-CSS-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SCSS-preprocessor-and-CSS-minifier

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published