@altack/alpha
v1.1.32
Published
Alpha Theme for Sorbotics apps
Readme
Alpha for Angular Material 10
An Angular Material theme based on Alpha Design Spec.
How to use?
Install Angular Material
ng add @angular/materialDuring the configuration setup choose:
- Custom Theme
- Don't install Google Material fontsInstall Alpha theme
npm i @altack/alphaModify the
styles.scssfile from your src folder to includealpha.scss@import "~@altack/alpha";
Please remove all related Angular Material configuration, they are already included inalpha.scss.
What else is included?
- CSS reset by ress
- Bootstrap Grid
- Bootstrap Flex utilities
- Bootstrap Display & Visibility utilities
- Bootstrap Sizing & Spacing utilities
