CSS framework for Roadtrip Design System

CSS framework for Roadtrip Design System
If you’re planning on using our CSS framework in a project that doesn’t yet use Node Package Manager, you’ll have to first create a package.json file. To do this, run npm init and follow the steps provided.
Run in your project or website root directory (where package.json lives):
``bash`
npm install @roadtrip/css --save
In the main file of you app,
you can now import the CSS to load it in you app.
`javascript`
import "@roadtrip/css/dist/roadtrip.min.css";
of you html file. Just specify a version in the URL like the following.`html
`
:rocket: Usage
When the framework is loaded, you can finally use the prebuild classes.
`html
``Distributed under Apache-2.0 license.