hosseinka9090
v1.20.3
Published
**MIZ** is a lightweight, powerful toolbox designed to make web development easier, especially for those familiar with Bootstrap. With MIZ, you can quickly start building responsive layouts with minimal effort and file size. Customize your projects with e
Downloads
72
Readme
MIZ
MIZ is a lightweight, powerful toolbox designed to make web development easier, especially for those familiar with Bootstrap. With MIZ, you can quickly start building responsive layouts with minimal effort and file size. Customize your projects with ease using our provided Sass files and configuration options.
Features
- Customization: Easily configurable via Sass files.
- Responsive: Mobile-first approach for seamless performance across devices.
- Lightweight: Compressed version can be less than 10KB.
Quick Start
Get started by adding the provided CSS files to your project. Here’s a basic HTML template to kick things off:
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MIZ</title>
<link rel="stylesheet" href="./assets/css/miz.min.css">
<link rel="stylesheet" href="./assets/css/miz.css">
<link rel="stylesheet" href="./assets/css/style.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
</body>
</html>
Simply download and run the installer for your system. Open the page in your browser and start building with MIZ!
Next Steps
- Customization: Edit the Sass files in the config folder to tweak the styles to your needs.
- Global Styles: MIZ applies global styles for cross-browser normalization, ensuring consistent rendering across devices.
Installation
Install MIZ with npm
npm i miz-59
Usage
- Build Classes:
npm run build-miz
- See Your Style:
npm run watch
- Framework Integration
- React:
npm run publish:react
- Vue & Laravel: Follow a similar process,
- Optimize CSS
npm run build-miz-clean