css - Yii2 clearfix.less not populating in production environment -


i designed website using yii2, , while have done many, problem appears on 1 of them due reason cannot determine.

the views dektrium\yii2-user extension show fine on development environment, messed in production. when analyse rendered page both using chrome, noticed following css not generated in production environment...

//pseudo ::before element .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {     display: table;     content: " "; } 

when disable 'display' property in development, both environments match (messed up). tried uploading files in assets folder, didn't help. not sure do. manually add css own css file, not fix root cause of issue, , i'd last resort.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -