scss tag

9 questions


1 answers
287 views
0
I want to change the background-size depending on the device I use.

What do you want to doThe background-size doesn't look good in the app I'm making. So I want to do something like contain for pc, cover for other things.Example Codepages.scss.top-main{ padding —200px...


1 answers
120 views
0
HP is being created, but CSS and SCSS are not reflected.

symptomsViewed the HP being created as a preview on the VS Code Live Server.CSS and SCSS are not reflected.ExpectationsI want to set logo.svg to width:120px;, height:40px;.Reproduction StepsRun the fo...

2 years ago

1 answers
60 views
0
When I try to apply css with rails, I get Rack app error handling request.

I want to apply css to rails, but it doesn'tapplication.html.erb<title>UberEvaluation</title> <%=csrf_meta_tags%> <%=csp_meta_tag%> <%=stylesheet_link_tag 'application', med...

2 years ago

1 answers
108 views
0
Even if I write the code on rails7,scss, the background-image is not displayed.

What do you want to doI'm recreating the app I made with rails6 with rails7.Among them, I would like to display the background-image.what someone didI wrote the code exactly as it worked in rails6.I c...


1 answers
67 views
0
I want the color of the header to change depending on the page.

What do you want to doI want to change the color of the letter in the header when I move the page (this color on page A).Page B looks like this color.)Current StateI have written the header using the ...


1 answers
109 views
0
Scss not reflected in haml as intended

The _tweets.scss you want to reflect in views/tweets/index.html.haml is listed as assembets/modules/_tweets.scss.application.scss can be found in @import reset;@import font-awesome-sprockets;@import f...

2 years ago

1 answers
78 views
0
3D animation

I watch YouTube tutorial video https://youtube.com/watch?v=NSWr6dkc_Xw&t=418s and try to make a 3D animation while copying it exactly as it is.I was able to get to a certain point smoothly.The htm...

2 years ago

1 answers
69 views
0
rails6 reset css, etc. are double loaded

We are developing with rails6, but css is applied in double.The hierarchical structure of the folder is as follows:app/assets/stylesheets/_common.cssapp/assets/stylesheets/_icomoon.cssapp/assets/style...

2 years ago

1 answers
143 views
0
I don't know how to exit (this).scrollTop()

I usually use simple jQuery, but I always stumble when it gets complicated.Please tell me how to make it possible to achieve the following actions.I was able to do the 3rd above, While the image is fo...

2 years ago

© 2024 OneMinuteCode. All rights reserved.