Matrix is a CSS framework based on the CSS Grid Layout.
<link href="https://cdn.jsdelivr.net/gh/maelquerre/matrix@master/dist/matrix.min.css" rel="stylesheet">Build SCSS source files:
npm run build
Serve docs on a local web server and watch SCSS source files at the same time:
npm run serve
Open http://localhost:8080 to view it in the browser.
Build docs:
npm run docs