Browse Source

Fix trash can icon

Alessandro Pignotti 6 tháng trước cách đây
mục cha
commit
a754be3f64
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      postcss.config.js

+ 3 - 0
postcss.config.js

@@ -18,6 +18,9 @@ export default {
 				case '.fa-circle:before':
 				case '.fa-trash-can:before':
 				case '.fa-book-open:before':
+				case '.fa-brands:before':
+				case '.fa-solid:before':
+				case '.fa-regular:before':
 					return false;
 			}
 			return true;