style.css — vue Source File
Architecture documentation for style.css, a css file in the vue codebase.
Entity Profile
Source Code
body {
font-family: Helvetica Neue, Arial, sans-serif;
}
polygon {
fill: #42b983;
opacity: .75;
}
circle {
fill: transparent;
stroke: #999;
}
text {
font-family: Helvetica Neue, Arial, sans-serif;
font-size: 10px;
fill: #666;
}
label {
display: inline-block;
margin-left: 10px;
width: 20px;
}
#raw {
position: absolute;
top: 0;
left: 300px;
}
Source
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/svg/style.css (directory: examples/classic/svg).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free