feature: hiiden class and hidden attribute added in scss files
This commit is contained in:
@ -17,5 +17,13 @@
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
.hidden, [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
@import 'hubl-framework/_index';
|
||||
@import 'hubl-app/_index';
|
||||
|
Reference in New Issue
Block a user