SeanJM / atom-css-clean

A plugin for Atom which sorts and aligns CSS and SASS
MIT License
20 stars 2 forks source link

Css-grid is deleted #36

Closed SkelegonDK closed 7 years ago

SkelegonDK commented 7 years ago

Hi Sean, Css-clean is deleting all my css-grid code whenever I use it! it makes this .site { padding:10px; box-sizing: border-box; height: 100vh; display: grid; grid-template-columns: 2fr 1fr 1fr 1f; grid-template-rows: 1fr 1f 3fr 1fr; grid-column-gap:10px; grid-row-gap: 10px; grid-template-areas: "nav nav nav nav" "header header side side" "main main side side" "main main footer footer"; } into .site { display : grid; box-sizing : border-box; height : 100vh; padding : 10px; } Thanks for css-clean! I'm always using it now!

awside commented 7 years ago

Same issue, please fix this, css-clean is awesome.

SeanJM commented 7 years ago

Updated