Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css to Scss converter and vice versa #222

Merged
merged 9 commits into from
Jul 29, 2024
9 changes: 8 additions & 1 deletion src/db/tools.json
Koppeks marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,15 @@
},
{
"id": 14,
"name": "JSON to YAML",
"link": "/convert/json-yaml",
"ctg": "other"
}
{
"id": 15,
"name": "css to scss",
"link": "/convert/css-scss",
"ctg": "other"
}
},

]
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.