Guest User

Guest User

  • Tech Writer
  • 103
  • 11.7k

Use Include in CSS.

May 15 2021 4:30 AM
Hello everyone I have User this code in css file(asp.net core razor).But not working this warning message display
 
.card-columns {
@include media-breakpoint-only(lg) {
column-count: 4;
}
@include media-breakpoint-only(xl) {
column-count: 5;
}
}
 
Please check and let me know it's working or not in CSS file

Answers (1)