GMX.css v0.0.13: Now in NPM!

2024/12/14
Following the GMX.css v0.0.13, We now publishing the GMX.css in NPM.

Following the GMX.css v0.0.13, We now publishing the GMX.css in NPM. So, it's now more easy to use it in any framework.

Installing from NPM:

npm install gmx.css
npm install iconify-icon

Importing from NPM:

@import "gmx.css";
import 'gmx.css';

And also, it's now easier to import it via CDN with JSDelivr and UNPKG.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gmx.css">
<script src="https://cdn.jsdelivr.net/npm/iconify-icon"></script>
<link rel="stylesheet" href="https://unpkg.com/gmx.css">
<script src="https://unpkg.com/iconify-icon"></script>

GMX.css repository GMX.css NPM GMX.css website