Installation
1. Install via npm or yarn
StayedCSS can be easily installed using npm or yarn.

with npm
npm install stayedcss
or with yarn
yarn add stayedcss
2. Create StayedCSS folder
npx stayedcss
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.