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

GMX.css now in NPM!

Linda Hamilton
Release: 2024-12-31 02:50:12
Original
399 people have browsed it

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
Copy after login

Importing from NPM:

@import "gmx.css";
Copy after login
import 'gmx.css';
Copy after login

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">
Copy after login
<link rel="stylesheet" href="https://unpkg.com/gmx.css/gmx.css">
<link rel="stylesheet" href="https://unpkg.com/iconify-icon">
Copy after login

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!

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template