sass tag

17 questions


1 answers
331 views
0
Flexbox does not align the height of the elements

I'm coding with css, but the height of the elements in the flexbox is not alignedThe code below is HTML.<div class=plans-content> <div class=plan-content-item> <h3class=plan-content-tit...

1 years ago

1 answers
121 views
0
What are the differences between Bootstrap deployments?

Thank you for your help.Learn how to deploy Bootstrap(4)I would like to know the difference between the following two.Is everything exactly the same?·CDN·Download source fileFor example If you want to...

1 years ago

1 answers
86 views
0
`color:value` warning when using `sass`

app/assets/stylesheets/style.css.scss has the following definitions:@each$color in red, purple, blue, green, yellow, orange { .c_#{$color}{ color:$color; }}The style is applied, but the following warn...

1 years ago

1 answers
69 views
0
Error importing mini_magic: File to import not found or unreADable: mini_magic

I am currently creating my own application.mini_magic was bundle install to post, resize, and paste the image on the page.When application.scss describes @import,Sass::SyntaxErrorFile to import not fo...

1 years ago

1 answers
79 views
0
Understanding CSS Variables

Understanding CSS Variables The gaps in the site are determined to be a few, not a separate one, so If you want to increase the gap by using the common gap as a variable as shown below, I think it's b...

1 years ago

1 answers
90 views
0
Understanding How to Pass Variables Described in a Slim File to sass

Nice to meet you.Prototyping with Slim+sass+middleman.Does anyone know how to refer to the variables defined in Slim in SAS SCSS when describing SAS SCSS in a Slim file?H I remember doing the same thi...

1 years ago

1 answers
69 views
0
Understanding How to Pass Variables Described in a Slim File to sass

Nice to meet you.Prototyping with Slim+sass+middleman.Does anyone know how to refer to the variables defined in Slim in SAS SCSS when describing SAS SCSS in a Slim file?H I remember doing the same thi...

1 years ago

1 answers
90 views
0
Scss other than application.css does not respond in rails

I'm trying to create a web application with Rails. I've created a Home controller in addition to application.css, and I've created a home.css.scss, but typing a selector name like .class doesn't respo...

1 years ago

1 answers
63 views
0
Invalid CSS Error Running gulp-ass

I am trying to create a compilation environment for sass using gulp.I created various installations, gulpfile.js, and wrote a task in gulpfile.js, but this error does not compile well. events.js:160 b...

1 years ago

1 answers
87 views
0
Unable to compile scss

Environment Windows 10 Notebook pchttps://www.monster-dive.com/blog/web_creative/20140407_000147.phpI installed the sass environment along this site, but I cannot compile it.I did the same thing on my...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.