A minimal and modern CSS framework.
- Modern design with transparency
- Accessibility-conscious
- Simple and easy-to-use components
- Responsive design support
- Dark mode support
npm i sleyt
# Install dependencies
npm install
# Build
npm run build:css
# Watch mode (automatically build when changes are detected)
npm run watch:css
We use Stylelint to maintain code quality.
# Run lint
npm run lint:css
# Auto-fix lint errors
npm run lint:css:fix
We welcome issues and pull requests at any time.
Feel free to contribute!
Before contributing, please check the following documents:
If you like this project, consider sponsoring us!
Alternatively, giving us a star would be appreciated!
It helps motivate us to continue maintaining this project. :D
This project is licensed under the MIT License.