https://github.com/fchristenson/sassy-stats
CLI for displaying usefull information about your sass
https://github.com/fchristenson/sassy-stats
cli sass sassy-stats statistics
Last synced: 4 months ago
JSON representation
CLI for displaying usefull information about your sass
- Host: GitHub
- URL: https://github.com/fchristenson/sassy-stats
- Owner: fChristenson
- License: mit
- Created: 2016-12-13T19:51:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T15:34:20.000Z (over 8 years ago)
- Last Synced: 2025-02-06T18:39:29.865Z (over 1 year ago)
- Topics: cli, sass, sassy-stats, statistics
- Language: CSS
- Size: 7.37 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sassy-stats
CLI for figuring out what you are using in your Sass files.
The project goal is to provide an easy to use tool that will tell you what is going on in your .scss files.
## Install
`npm install -g sassy-stats`
## Usage
`sassy-stats `

Sassy-stats will spit out a list of how many references it found of:
* Colors
* Fonts
* Mixins
* Functions
* Variables
* Files
* Selectors
For additional command help run `sassy-stats -h`