Answer the question
In order to leave comments, you need to log in
How to add custom class using laravel 5.3 + gulp + scss?
Using Laravel 5.3 + gulp, added sass/myfile.scss, and sass/myfile.css, added elixir(function(mix) {mix.sass('myfile.scss');}); , added class .my-class { color: #112233; to myfile.css file; }. The problem is that after running gulp, this class is not in the compiled css. What am I doing wrong?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question