Doubts with . CSS

Asked

Viewed 35 times

-4

Hello. I have a new Wordpress theme and I am trying to customize it. All Wordpress themes that I have ever worked have always files . CSS we modified, but this my theme has files . SCSS and when I modify them does not make any effect on the theme. Even if they are modified in the file, nothing happens in the theme. When I debug the browser it keeps appearing normal, but in the file it appears modified. For what reason?

  • As answered below, the problem is in fact the understanding of what a SCSS is. Links to better understand the functioning of Sopt: [Tour], [Ask], Manual on how NOT to ask questions and [Help]. For next posts, whenever you have problems in some specific detail within the site scope, always try to post a [MCVE] that reproduces your problem.

  • As far as I know vc can write CSS codes inside SCSS or SASS files without problems...

1 answer

1


Hello!

Your theme is using Sass/Scss, which is not interpreted by the browser, so you need to compile your Sass/Scss file in CSS. See more details on how to run and install here: https://sass-lang.com/guide

  • Thanks friend, but I don’t understand this compilation business.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.