File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
CSS Byebye
2
2
===========
3
3
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 .
5
5
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.
7
7
8
8
CSS Byebye is built with https://github.com/postcss/postcss .
9
9
10
10
I've found some cases where this approach is easier than using more powerful tools like uncss.
11
11
Use what's best for you and give some feedback :)
12
+
13
+ Note: A grunt task for CSS Byebye is currently being developed
You can’t perform that action at this time.
0 commit comments