<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.base {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
}

.class1 {
  width: 20%;
}

.class2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
</pre></body></html>