Home >Web Front-end >CSS Tutorial >GMX.css now in NPM!

GMX.css now in NPM!

Linda Hamilton
Linda HamiltonOriginal
2024-12-31 02:50:12392browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn