An open API service indexing awesome lists of open source software.

https://github.com/kuflash/angular-compiler-css-reorder

Repository for reproduce reorder CSS selectors when run AngularCompilerPlugin
https://github.com/kuflash/angular-compiler-css-reorder

Last synced: about 1 year ago
JSON representation

Repository for reproduce reorder CSS selectors when run AngularCompilerPlugin

Awesome Lists containing this project

README

          

# AngularCompiler and CSS reorder

This is reposory showing problem with reoder CSS selector after running AngularCompiler from webpack.

I created 2 dist directories for DEV bundle and PROD bundle.

You can see file main.css in this is directories and found different ordering CSS selectors, but order import CSS files is correct.

Not correct order CSS selectors in dist-prod/main.css

For rebuild bundles run command `npm run build`.