Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:hyperion-gray/ng2_modular_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Feb 21, 2018
2 parents 40a9d72 + cc6a0da commit fa6754e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,22 @@
## Overview

This project is a port of [Modular
Admin](https://github.com/modularcode/modular-admin-html) to Angular2Dart. Modular Admin is a Bootstrap 4 admin theme written with HTML, monolithic CSS,
Admin](https://github.com/modularcode/modular-admin-html) to Angular2Dart.
Modular Admin is a Bootstrap 4 admin theme written with HTML, monolithic CSS,
and some JavaScript. This port focuses on converting monolithic CSS to web
components with encapsulated styles and reimplementing the JavaScript logic with
Angular 2 and Dart.

*This project is still alpha quality. Do not use it in your production projects!*
*This project is still alpha quality. Do not use it in your production
projects!*

## Building

Before building styles, you need `dart` and `sassc` installed, and you need to
run `pub get`.

To build styles, run `dart tool/build-styles.dart`.

---

[![define hyperion gray](https://hyperiongray.s3.amazonaws.com/define-hg.svg)](https://hyperiongray.com/?pk_campaign=github&pk_kwd=ng2_modular_admin "Hyperion Gray")
2 changes: 1 addition & 1 deletion lib/components/tag.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/components/tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:host {
display: inline-block;
margin-left: 0.25em;
margin-right: 0.25em;
}

span {
Expand Down

0 comments on commit fa6754e

Please sign in to comment.