Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 560 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 560 Bytes

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'