"class" property setting on column not pulling in styles from .scss file
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.6k
- Forks
- 867
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When using the "class" property for a specific column, the referenced styles found within my component's scss file are not being applied. Inside the browser's developer tools I can see the class being applied to the correct column header, but no styles. Is this a bug? Or am I missing something?
Component (inside settings.column):
x: {
title: 'X',
class: 'min-width'
},
In component's SCSS file:
.min-width {
background-color: red;
}
Referencing SCSS file in component via:
styleUrls: ['./foo.scss'],
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.