ee9af871b7
* Include base styles in graphs-base.scss This includes the custom scrollbar styles, which were missing on the stats page. * Set responsive grid layout on GraphsPage, use TitledContainer component + use global button style, tweak input appearance and other small changes * Improve margins on GraphsPage
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../lib" },
|
|
{ "path": "../components" },
|
|
{ "path": "../sveltelib" }
|
|
]
|
|
}
|