You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dazzle1979
changed the title
In CSS spaces between bracket and dot are removed.
In CSS spaces between closing brackets and dots are removed.
Sep 4, 2014
Using JSMin I noticed my styling is incorrect. This is caused because spaces are deleted between closing brackets and dots.
The following line:
ganntContainer[data-cellperiod="week"] .mainLeft { top: 158px; }
is transformed to:
ganntContainer[data-cellperiod="week"].mainLeft{ top: 158px; }
The text was updated successfully, but these errors were encountered: