Skip to content
Snippets Groups Projects

SCSS und babel-loader

Merged Thomas Hackl requested to merge scss-and-babel-loader into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,11 +35,12 @@ table {
.bbb-metrics {
.contentbox {
> section {
.flex();
.flex-wrap(wrap);
display: flex;
flex-wrap: wrap;
div {
.flex-item(1 0 50%);
flex: 1 0 50%;
}
.ct-label {
font-size: 1.2rem;
Loading