You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ It also includes a `grunt compare_size` task for getting a feel of the before an
169
169
170
170
## The problem
171
171
172
-
User-interface libraries like Bootstrap, TopCoat and so on are fairly prolific, however many developers
172
+
User-interface libraries like [Bootstrap](http://getbootstrap.com), [TopCoat](http://topcoat.io) and so on are fairly prolific, however many developers
173
173
use less than 10% of the CSS they provide (when opting for the full build, which most do). As a result, they can
174
174
end up with fairly bloated stylesheets which can significantly increase page load time and affect performance.
175
175
`grunt-uncss` is an attempt to help with by generating a CSS file containing only the CSS used in your project,
0 commit comments