CSS Minifier - Beautifier

28 September 2019
0

🍈 Beauty CSS

🍍 Minified CSS

🍋 About This Tool

This tool use cssbeautify library to make readable css code.
Use cssbeautify library

cssbeautify('string', {
  indent: '    ',
  openbrace: 'end-of-line',
  autosemicolon: true
}