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

Package detail

@epfl-sti/epfl-elements-styles

epfl-sti43Apache-2.05.0.1

Simple module to download the lastest version of the built EPFL elements library and keep everything except the JS files.

epfl, elements, css

readme

EPFL Elements Styles

This repository contains a very simple module that just downloads the latest version of the built elements from EPFL Elements GitHub, unzips it, and removes the JavaScript files. The main idea is to use it in the EPFL React Library, but you might find other uses for it.

Installation

The install command will execute the downloadElements script that will perform the steps described above.

Once you create those files, you can install the library by simply issuing:

npm install @epfl-sti/epfl-elements-styles

Alternatively, you can use yarn:

yarn add @epfl-sti/epfl-elements-styles

or pnpm:

pnpm add @epfl-sti/epfl-elements-styles

License

Apache 2.0 License

Author Information

Juan Convers