feature: hiiden class and hidden attribute added in scss files

This commit is contained in:
gaelle morin
2020-12-14 11:41:26 +01:00
parent ebefe0405d
commit ca9dd57a2e
2 changed files with 9 additions and 1 deletions

View File

@ -17,5 +17,13 @@
box-sizing: inherit;
}
.hidden, [hidden] {
display: none !important;
}
main {
background-color: pink;
}
@import 'hubl-framework/_index';
@import 'hubl-app/_index';