2.0.0 • Published 1 year ago

@universis/theme v2.0.0

Weekly downloads
40
License
LGPL-3.0-or-later
Repository
gitlab
Last release
1 year ago

@universis/theme

Universis is a coordinated effort by Greek academic institutions to build a Student Information System as an open source platform. The target is to serve our common needs to support academic and administrative processes.

@universis/theme package contains the core theme for building client applications or components for Universis project

Universis Theme Colors

Universis Theme Cards

Usage

npm i @universis/theme

Development

Import @universis/theme as submodule in any angular cli project by replacing newProjectRoot as already configured in your angular.json

git submodule add https://gitlab.com/universis/theme.git <newProjectRoot>/theme

Add the following entry to tsconfig.app.json#compilerOptions.paths:

{
    "compilerOptions": {
        "paths": {
            "@universis/theme/*": [
                "<newProjectRoot>/theme/*"
            ]
            ...
        }
    }
}

Import @universis/theme/scss/universis.scss in your style.scss

@import "~@universis/theme/scss/universis.scss";

or modify your angular.json to use either @universis/theme/scss/universis.scss or @universis/theme/scss/universis.css

"architect": {
    "build": {
      "builder": "@angular-devkit/build-angular:browser",
      "options": {
        ...
        "styles": [
          ...
          "@universis/theme/scss/universis.scss",
          ...
        ]
      }
      ...
    }
    ...
}
2.0.0

1 year ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.7

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-dev.2

5 years ago

1.0.3-dev-1

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.1-dev.3

5 years ago

1.0.1-dev.2

5 years ago

1.0.1-dev.1

5 years ago