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

Conversation

Koppeks
Copy link
Contributor

@Koppeks Koppeks commented Jul 25, 2024

This feature will change css snippets of code to scss and vice versa. Assinged in issue #186

The css to scss feature goes through a series of functions and modification to meet the standards of scss code, mainly done with Regex . (Some edge cases may not be good implemented)

The scss to css feature its significantly more easy as sass has a build in convert for sass code to css.

closes #186

Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-dev-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 5:17am

src/app/convert/css-scss/components/ResultBox.jsx Outdated Show resolved Hide resolved
src/app/convert/css-scss/components/SnippetBox.jsx Outdated Show resolved Hide resolved
src/app/convert/css-scss/page.jsx Show resolved Hide resolved
src/app/convert/css-scss/page.jsx Outdated Show resolved Hide resolved
src/app/convert/css-scss/page.jsx Outdated Show resolved Hide resolved
src/app/convert/css-scss/page.jsx Outdated Show resolved Hide resolved
src/app/convert/css-scss/page.jsx Outdated Show resolved Hide resolved
src/db/tools.json Outdated Show resolved Hide resolved
Co-authored-by: Adam Basha <[email protected]>
@Bashamega Bashamega merged commit 74f5819 into Bashamega:main Jul 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS to SCSS Convertor
2 participants