1.2.0 • Published 2 years ago

@ng-dominus/dm-styles v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dominus css utilities

Lightweight library used to style the dominus components demo page. It can be used on any site along any other css libraries since all classes are prefixed with the dm: namespace.

Usage

Check out the documentation and demo.

Angular

Add the css file path in angular.json:

{
    "projects": {
        "YOUR_PROJECT": {
            "architect": {
                "build": {
                    "builder": "@angular-devkit/build-angular:browser",
                    "options": {
                        "styles": [
                            "src/styles.scss",
                            "node_modules/@ng-dominus/dm-styles/dm-styles.css"
                        ],
                    },
                },
            }
        }
    },
}

Static website

Append dm-styles.css in your site header.

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago