Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fox-css

fox-projects11MPL-2.00.15.1

Quickly style semantic html without the hassle.

css, semantic, fox, simple, minimal, style, modern

readme

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"
/>

<!-- Tight 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'