meta-magic / amexio.github.io

Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your production grade work today at no cost or no obligation.
http://www.amexio.tech
Apache License 2.0
167 stars 72 forks source link

Warning : Can not find grid areas: north, east, center, west, south @ at-md-blue.css:3134:5 #53

Closed bhanukumar04 closed 6 years ago

bhanukumar04 commented 6 years ago

I'm submitting a...


[ X] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request

Current behavior

Using "../node_modules/amexio-ng-extensions/styles/css/at-md-blue.css" in angular-cli.json, build is successful but giving a warning as below:

WARNING in ./node_modules/raw-loader!./node_modules/postcss-loader/lib?{"ident":"embedded","sourceMap":true}!./node_modules/amexio-ng-extensions/styles/css/at-md-blue.css (Emitted value instead of an instance of Error) autoprefixer: E:\Angular\sampleproject\node_modules\amexio-ng-extensions\styles\css\at-md-blue.css:3131:5: Can not find grid areas: north, east, center, west, south

Expected behavior

Fixed should be in css file make sure it find the gird areas referred in css

What is the motivation / use case for changing the behavior?

Environment


Angular version: 5.2.0



Browser:
- [X ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: node : 9.4.0
angular -cli  : 1.7.0-rc.0
- Platform:  Windows             
pratikthecook commented 6 years ago

We will be removing these warnings in next release as it seems to be a issue while theming angular components, you can check out the issue on Angular CLI Repo Issue

bhanukumar04 commented 6 years ago

i have checked the latest release(4.0.10) still issue exists, attached the project , do npm install and do ng serve it will show the warning message. AmexioWindowSample.zip