Fix lagging
This commit is contained in:
commit
f054546aa6
35 changed files with 497 additions and 494 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@import "../../style/mixins";
|
||||
@import "../../style/vars";
|
||||
@import '../../style/mixins';
|
||||
@import '../../style/vars';
|
||||
|
||||
#about {
|
||||
@include important-card();
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
import { PageContent } from "../content/content";
|
||||
import { Header } from "../../model/portfolio";
|
||||
import { PageElement } from "../../framework/page-element";
|
||||
import { PageContent } from '../content/content';
|
||||
import { Header } from '../../model/portfolio';
|
||||
import { PageElement } from '../../framework/page-element';
|
||||
|
||||
import { generate } from "./about.html";
|
||||
import { createElement } from "../../framework/helper";
|
||||
import { generate } from './about.html';
|
||||
import { createElement } from '../../framework/helper/create-element';
|
||||
|
||||
export class PageHeader extends PageElement {
|
||||
public constructor(header: Header) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue