Installation
Last updated
Last updated
To use SkyLineCSS, you can include the following CSS file in your project:
If you prefer, you can also use a CDN link:
Replace "path/to/skyline.css"
with the actual path to your skyline.css
file in your project directory.
If you want to host the CSS file yourself, you can download it from the or use the following command:
Once downloaded, link the skyline.css
file in your HTML:
If you're using npm or yarn, you can install SkyLineCSS as a package:
or
Then include it in your project:
For React or Vue projects, you can install SkyLineCSS as a package:
or
Then import it in your components:
This will make the SkyLineCSS utility classes available for use in your React or Vue components.
That's it! You've successfully installed SkyLineCSS in your project.