How to install @studs/styles
- Package Manager Installation
- CDN
Install
@studs/styles
using your prefered package manager.Order of Imports
Ensure that the @studs/styles is applied before any other styles to avoid conflicts. This will provide base styling for your project. The order should be:@studs/styles
- Any additional app-specific styles.
How to add @studs/styles
to your project
- Head
- import
In your project, add the following line to the
<head>
section of your index.html
file: