Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asset: migrate stylesheets from Sass to CSS (ranguba#37)
GitHub: ref rangubaGH-35 This pull request migrates the stylesheets from Sass (SCSS) to plain CSS. The primary reason for this migration is that `node-sass`, a dependency for Sass, has been deprecated. By transitioning to CSS, we simplify our dependencies and avoid using deprecated tools. ## Changes - Renamed search.scss to search.css. - Updated comments format from Sass to CSS style. ## Migration steps - [x] Change the file extension <- This PR is here. - [ ] Remove sass-rails
- Loading branch information