@vtmn/css
Decathlon Design System - Vitamin CSS library
Technologies
- Tailwind CSS - All this package is generated with Tailwind CSS, a utility-first CSS framework that can be composed to build any design, directly in your markup. Be careful, in order to use our library, you will have to prefix all CSS utility classes with
vtmn-
. - PostCSS - Under the hood, we use PostCSS to build our library.
Contributing
One of the Decathlon Design System goals is to provide guidelines & components to gain in consistency, efficiency & accessibility. The best way to achieve this is together!
That's why we are on GitHub. We would love contributions from the community (bug reports, feature requests, suggestions, Pull Requests, whatever you want!).
Installation
In this monorepo, we use Yarn & Lerna.
Read the Installation Guide for detailed instructions on how to install Yarn.
Once you have installed Yarn, please run:
yarn
👉 See the contributing docs for more information about how to contribute.
Development
To develop in watch mode and run all showcases with hot reloads, just run:
yarn start
Then, your CSS is building in watch mode to the dist
folder.