Osclass forums

Support forums => Themes => Bender => Topic started by: CiTrader on May 19, 2018, 01:32:35 am

Title: Bender CSS
Post by: CiTrader on May 19, 2018, 01:32:35 am
Just did a fresh install of OSClass and went to look a theme files and the Bender CSS is all in 1 line ? Should the CSS be like this  ? And if Yes why would you clump CSS all into 1 line ?
Title: Re: Bender CSS
Post by: Web-Media on May 19, 2018, 10:45:45 am
It is minimized .
 To expand it go here 
Code: [Select]
https://www.cleancss.com/css-beautify/
To develop use expanded version. For production use minimized css code
Title: Re: Bender CSS
Post by: CiTrader on May 21, 2018, 11:09:09 pm
@Web-Media Thank You