scss-builder
v1.0.4
Published
A smart SASS package for automatic SCSS management.
Downloads
52
Maintainers
Readme
auto-sass-maker
A smart SASS package for automatic SCSS management.
Features ✨
- 🎨 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.
Installation 📦
To install the package, run:
npm install auto-sass-maker
Scripts 🛠️
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.
Dependencies 📚
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.
Author 👤
Khuzaima-Developer
Notes
- 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.