yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build/example/sass/singleton.scss

12 lines
184 B
SCSS
Raw Normal View History

2022-11-05 18:35:56 +04:00
body {
p { line-height: 1.5em; }
span { font-weight: 700; }
a {
text-decoration: none;
&:hover {
text-decoration: underline;
font-size: (10px/3);
}
}
}