Skip to content

Commit aa433b8

Browse files
authored
Update README.md
1 parent ecfdeee commit aa433b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ CSS that **will work**
8585
- `min_letters`: an integer representing the minimum length of the minified class or id name (default: 1).
8686

8787
## CSS-Selector-Minifier methods
88-
- `Get_All_CSS_Selectors(only_css_files=False)`: returns a set of all CSS selectors in the specified CSS files. If only_css_files is set to True, Get_All_CSS_Selectors look only for defined css selectors in css files.
88+
- `Get_All_CSS_Selectors()`: returns a set of all CSS selectors in the specified CSS files.
8989
- `Generate_Minifed_Selectors()`: returns a generator object containing smart generated minified CSS selectors.
9090
- `Generate_Map_For_CSS_Selectors()`: returns a dictionary mapping original CSS selectors to their minified counterparts.
9191
- `Replace_CSS_Selectors_With_Minifed(backup=True)`: replaces all CSS selectors in the specified CSS, HTML, and JavaScript files with their minified counterparts. If backup is set to True, a backup copy of each file will be created with a .bak extension.
92-
- `Minify(only_css_files=False, backup=True)`: perform minification. If backup is set to True, a backup copy of each file will be created with a .bak extension. If only_css_files is set to True, Get_All_CSS_Selectors look only for defined css selectors in css files.
92+
- `Minify(backup=True)`: perform minification. If backup is set to True, a backup copy of each file will be created with a .bak extension.
9393

9494
# Example
9595
Before CSS-Selector-Minifier

0 commit comments

Comments
 (0)