Free And Open Source Responsive Modern CSS Framework.
SysaCSS is a lightweight, responsive and modern pure CSS framework. It was meant to be just plug-n-play.
npm install sysacss
<!-- Unpkg -->
<link rel="stylesheet" href="https://unpkg.com/sysacss" />
<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sysacss/sysa.css" />
- Normalized by default.
- It's lightweight ~8KB (gzipped).
- No preprocessor, just plug-n-play.
- A responsive grid to make mobile-friendly sites.
- No conflicts with other used frameworks, all classes start with the
ss-
prefix. - It's modular, import what you need.
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Opera
- Safari 8+
Browse the online documentation.
Feel free to fork, tweak and send me a pull request.