Skip to content

Commit db92eab

Browse files
committed
Minor improvement to the description
Also added a note about a future grunt task.
1 parent e3a6be3 commit db92eab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
CSS Byebye
22
===========
33

4-
Is a node module that lets you remove the CSS rules that contain the selectors you provide, from your stylesheet.
4+
Is a node module that lets you remove the CSS rules that you don't want explicitly.
55

6-
CSS Byebye is very simple: give him a list of selectors that you want to exclude and it will remove them from your CSS.
6+
CSS Byebye is very simple: pass him a list of selectors that you want to exclude and it will remove them from your CSS.
77

88
CSS Byebye is built with https://github.com/postcss/postcss.
99

1010
I've found some cases where this approach is easier than using more powerful tools like uncss.
1111
Use what's best for you and give some feedback :)
12+
13+
Note: A grunt task for CSS Byebye is currently being developed

0 commit comments

Comments
 (0)