Installation
To use SkyLineCSS, you can include the following CSS file in your project:
CDN
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.
Downloading SkyLineCSS
If you want to host the CSS file yourself, you can download it from the SkyLineCSS GitHub repository or use the following command:
Once downloaded, link the skyline.css
file in your HTML:
Using with Package Managers
If you're using npm or yarn, you can install SkyLineCSS as a package:
or
Then include it in your project:
Using with React or Vue
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.
Last updated