rdubigny / template.data.gouv.fr

Template CSS pour data.gouv.fr et compagnie

Home Page:http://template.data.gouv.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template.data.gouv.fr

Template CSS pour data.gouv.fr et compagnie.

Développement

Pour bénéficier du rechargement automatique du CSS :

  yarn install && yarn dev
  open index.html

Construire votre propre version du template

Commenter les parties qui ne vous sont pas utiles dans src/css/index.css puis lancer:

  yarn dist

Importer le package NPM

Installer le package sur votre projet

  npm install template.data.gouv.fr

Puis importer le fichier

  import 'template.data.gouv.fr/dist/style/main.css'

Utiliser la dernière version complète

En utilisant unpkg <link href="https://unpkg.com/template.data.gouv.fr/dist/style/main.css" rel="stylesheet">

About

Template CSS pour data.gouv.fr et compagnie

http://template.data.gouv.fr


Languages

Language:CSS 56.6%Language:HTML 43.1%Language:JavaScript 0.4%