1.0.4 • Published 3 years ago

cssformatter v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

CSS Formatter 🎉

Format your css by using this npm package

This package provides various logical ways to formats your css files

Installation

npm i cssformatter

Usage

This command lets you format your css by line length of each css class

formatmycss <yourcssfilename> --length

This command lets you format your css by alphabetical order of css properties

formatmycss <yourcssfilename> --alphabetical

Limitations

  1. ❌ Works only for css not sass or scss.
  2. ❌ Doesnt support css containing keyframes or mediaqueries (currently) , will be resolved in further versions.
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago