Home / File/ style.css — vue Source File

style.css — vue Source File

Architecture documentation for style.css, a css file in the vue codebase.

Entity Profile

Source Code

html, body, #editor {
  margin: 0;
  height: 100%;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #333;
}

textarea, #editor div {
  display: inline-block;
  width: 49%;
  height: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

textarea {
  border: none;
  border-right: 1px solid #ccc;
  resize: none;
  outline: none;
  background-color: #f6f6f6;
  font-size: 14px;
  font-family: 'Monaco', courier, monospace;
  padding: 20px;
}

code {
  color: #f66;
}

Frequently Asked Questions

What does style.css do?
style.css is a source file in the vue codebase, written in css.
Where is style.css in the architecture?
style.css is located at examples/classic/markdown/style.css (directory: examples/classic/markdown).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free