1. Install via npm or yarn
StayedCSS can be easily installed using npm or yarn.
with npm
or with yarn
2. Create StayedCSS folder
Run the npx command in your terminal to generate the setup files for StayedCSS. It will create a stayedcss folder with an index.css file in the root directory of your project.
3. Import StayedCSS in global.css
@import "../stayedcss/index.css";
Import the file into your project’s app/global.css.
Now you are ready to start it.