Skip to content

Commit

Permalink
assets: migrate stylesheets from Sass to CSS
Browse files Browse the repository at this point in the history
GitHub: ref rangubaGH-35

We will remove Sass because node-sass which is dependency has already been deprecated.
That's why we migrate it from Sass to CSS.
  • Loading branch information
otegami committed Jul 18, 2024
1 parent 35a7362 commit 4a057c0
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Place all the styles related to the posts controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
/*
* Place all the styles related to the posts controller here.
* They will automatically be included in application.css.
*/

/* layout */
.content {
Expand Down

0 comments on commit 4a057c0

Please sign in to comment.