diff --git a/angular.json b/angular.json index 3b5e1de..dc7e9f9 100644 --- a/angular.json +++ b/angular.json @@ -46,13 +46,14 @@ "src/robots.txt" ], "styles": [ - "src/styles.css", + "src/styles.less", "src/material.scss" ], "scripts": [ - "src/assets/openaire-theme/js/uikit.min.js", - "src/assets/openaire-theme/js/uikit-icons.min.js", - "node_modules/jquery/dist/jquery.js" + "node_modules/uikit/dist/js/uikit.min.js", + "node_modules/uikit/dist/js/uikit-icons.min.js", + "node_modules/jquery/dist/jquery.js", + "node_modules/less/dist/less.min.js" ] }, "configurations": { @@ -170,7 +171,7 @@ "tsConfig": "src/tsconfig.spec.json", "karmaConfig": "src/karma.conf.js", "styles": [ - "src/styles.css" + "src/styles.less" ], "scripts": [], "assets": [ diff --git a/package.json b/package.json index 326e716..5b8f93d 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "rxjs": "^6.5.1", "ts-md5": "^1.2.0", "tslib": "^2.0.0", + "uikit": "^3.12.0", "zone.js": "~0.10.2" }, "devDependencies": { @@ -51,11 +52,11 @@ "@angular/compiler-cli": "~11.2.14", "@angular/language-service": "~11.2.14", "@nguniversal/builders": "^11.2.1", - "@types/express": "^4.17.0", "@types/compression": "^1.7.0", - "@types/node": "^12.11.1", + "@types/express": "^4.17.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", + "@types/node": "^12.11.1", "codelyzer": "^6.0.0", "jasmine-core": "~3.8.0", "jasmine-spec-reporter": "~5.0.0", diff --git a/src/app/app.component.html b/src/app/app.component.html index 083ffdd..897c6ef 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,7 +1,7 @@
-
+