Skip to content

Commit

Permalink
📝 (ft): changes to the readme and commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adenekan41 committed Apr 3, 2020
1 parent 0df8442 commit 7ca8d3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 57 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

package-lock=false
//npm.pkg.github.com/:_authToken=255cf5ace8678f65adaaf95a679aad8b4efa937e
//registry=https://npm.pkg.github.com/adenekan41
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## About

[CssUnit](https://github.com/adenekan41/cssunit) A cli tool to convert units in your file **helps you swiftly convert units/mesurements in your file or folders**.
[CssUnit](https://gitmoji.carloscuesta.me) A cli tool to convert units in your file **helps you swiftly convert units/mesurements in your file or folders**.

**Using cssunit** on **files** provides an **easy way** of **changing mesurement from px to rem or rem to px or even px to em** with only a few commands in your terminal.

Expand Down
2 changes: 1 addition & 1 deletion src/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = async (args) => {
let thisProgressBar = new clui.Progress(20);
let [, , command, file] = process.argv;
let options = {
files: args.r || args.folder ? ['**/*.css' || '**/*.scss'] : file,
files: args.r || args.folder ? ['**/*.css', '**/*.scss'] : file,
ignore: ['node_modules/**'],
countMatches: true,
};
Expand Down
55 changes: 0 additions & 55 deletions src/index.css

This file was deleted.

0 comments on commit 7ca8d3a

Please sign in to comment.