0.0.2 • Published 3 years ago

eh-default-theme v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

EhDefaultTheme

Build

To create Precompiled CSS use gulp default task. $ gulp

Watch mode

To work in watch mode use gulp watch taks. $ gulp watch

Publishing

Run npm publish in the library folder.

Using Precompiled CSS

Theme includes precompiled dist/all.css that contains the styles for all UI Components. To use dist/all.css, reference it in the angular.json file of application.

{ "apps": [ { "styles": "node_modules/eh-default-theme/dist/all.css" } ] }

Compiling Themes from SCSS Source Files

Angular CLI supports the compilation of SCSS files. To compile the theme in your application, import the style files for the components in use.

@import "~eh-default-theme/scss/all.scss";