fox-css

0.14.1 • Public • Published

fox-css

introduction

quickly style HTML without the hassle.

usage

via cdn

<!-- default theme (light) -->
<link rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/fox-css/dist/fox.min.css"
/>

<!-- dark theme -->
<link
	rel="stylesheet"
	href="https://cdn.jsdelivr.net/npm/fox-css/dist/fox-dark.min.css"
/>

<!-- light theme -->
<link
	rel="stylesheet"
	href="https://cdn.jsdelivr.net/npm/fox-css/dist/fox-light.min.css"
/>

via bundler

/* npm i -S fox-css */
import './node_modules/fox-css/dist/fox-dark.min.css'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.14.1
    2
    • latest
  • 0.7.2
    0
    • 0.7.2

Version History

Package Sidebar

Install

npm i fox-css

Weekly Downloads

2

Version

0.14.1

License

MPL-2.0

Unpacked Size

86.9 kB

Total Files

6

Last publish

Collaborators

  • hyperupcall