Skip to main content

Installation

Package managers​

If you use a package manager to manage your project dependencies, you can install Digigov CSS using NPM, Yarn or Pnpm.

npm​

Install Digigov CSS in your Node.js powered apps with the npm package.

npm install @digigov/css

Yarn​

Install Digigov CSS in your Node.js powered apps with the Yarn package.

yarn add @digigov/css

Use as a Tailwind CSS plugin​

You need Node.js and Tailwind CSS installed.

  1. Install Digigov CSS
npm install @digigov/css

or

yarn add @digigov/css
  1. Then add DigigovCSS to your tailwind.config.js
module.exports = {
plugins: [
require('@digigov/css'),
],
}

Download​

Download Digigov CSS to get the compiled CSS and source code, or include it with your favorite package managers like npm, Yarn, pnpm etc.

Compiled CSS files​

Download ready-to-use compiled code for Digigov CSS to easily drop into your project

Download

Examples​

If you want to download and examine our examples, you can grab the already built examples:

Download examples