Installation

This package contains the Codey CSS theme. It also helps to integrate usage of Tailwind with the Codey styles. To install the package, run the following command:

npm i @xerius/codey-style

Usage without codey-components

In order to load the codey theme into your application add the following line to your main.ts file:

import "@xerius/codey-style/build/codey.min.css";

in case you are not using Tailwind CSS, you will also need to include the setup file. The order of the imports matter, so make sure to include the setup file first:

import "@xerius/codey-style/build/setup.min.css";
import "@xerius/codey-style/build/codey.min.css";

Usage without a framework

The Codey Style CSS library can also be used directly from the CDN. Following URL can be used:

https://cdn.xerius.be/style/x.x.x/codey.min.css

If you are not planning to use Tailwind CSS, include this one as well:

https://cdn.xerius.be/style/x.x.x/setup.min.css
Contributors: Thomas De Pauw, Sybren Willemot, Thomas De Pauw, 🧨 Thomas De Pauw