twitter bootstrap - My CSS is not working correctly when "sails lift --prod" as it does when "sails lift" -


what wrong css when lift sails in production mode?

ps: use sails v0.10.5, bootstrap v3.2.0 , custom css file custom css stuff.

fyi: bad written css tag of mine. no idea why problem in production mode.

here problematical tag:

.form-signin {     width: 300px;     padding: : 19px 29px 29px;     margin: 0 auto 20px;     margin-top: 40px;     background-color: @lightgray;     border: 1px solid @green;     -webkit-border-radius: 15px;     -moz-border-radius: 15px;     border-radius: 15px;      h2 {         text-align: center;         margin-top: 0px;     } } 

without h2 definition works in development mode.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -