Home >Web Front-end >CSS Tutorial >GMX.css now 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/gmx.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/iconify-icon">
<link rel="stylesheet" href="https://unpkg.com/gmx.css/gmx.css"> <link rel="stylesheet" href="https://unpkg.com/iconify-icon">
GMX.css repository
GMX.css NPM
GMX.css website
The above is the detailed content of GMX.css now in NPM!. For more information, please follow other related articles on the PHP Chinese website!