-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.
– Bacco
As far as I know vc can write CSS codes inside SCSS or SASS files without problems...
– hugocsl