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
- Host: GitHub
- URL: https://github.com/kuflash/angular-compiler-css-reorder
- Owner: kuflash
- Created: 2018-07-13T08:59:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T11:23:10.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T11:51:07.851Z (over 1 year ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.