A smart SASS package for automatic SCSS management.
- 🎨 Automatically creates a
sass/main.scss
file and apublic/css/style.css
file upon installation. - 🔄 Watches the
sass
directory for SCSS file changes and updatesmain.scss
automatically. - ⚙️ Simplifies the SASS compilation process with built-in scripts.
To install the package, run:
npm install auto-sass-maker
Once installed, the following scripts are available in your project's package.json:
npm run start
Starts the development server and watches SCSS files for changes.
npm run build:css
compiles, add prefixes, and compresses css files before production.
This package depends on the following:
Sass: For SCSS compilation. PostCSS: For CSS transformations. Autoprefixer: Adds vendor prefixes to CSS rules. Chokidar: For file watching capabilities. License 📄 This project is licensed under the ISC License.
Khuzaima-Developer
- Feel free to customize the icons and text to better suit your style or project branding.
- You can also include badges for build status, npm version, etc., at the top if applicable.