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
@@ -21,9 +17,58 @@ When you are building a website, chances are that you are using a css framework
21
17
22
18
This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files.
23
19
20
+
## Version 1
21
+
22
+
If you are looking for [PurgeCSS 1](https://github.com/FullHuman/purgecss/tree/v1), the documentation is [here](https://purgecss.com)
23
+
24
24
## Documentation
25
25
26
-
You can find the PurgeCSS documentation on [this website](https://purgecss.com).
26
+
You can find the PurgeCSS documentation on [this website](https://purgecss.full-human.com).
When you are building a website, chances are that you are using a css framework
20
-
like Bootstrap, Materializecss, Foundation, etc... But you will only use a small
21
-
set of the framework and a lot of unused css styles will be included.
16
+
When you are building a website, chances are that you are using a css framework like Bootstrap, Materializecss, Foundation, etc... But you will only use a small set of the framework and a lot of unused css styles will be included.
22
17
23
-
This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your
24
-
css files. Then it matches the selectors used in your files with the one in your
25
-
content files. It removes unused selectors from your css, resulting in smaller
26
-
css files.
18
+
This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files.
19
+
20
+
## Version 1
21
+
22
+
If you are looking for [PurgeCSS 1](https://github.com/FullHuman/purgecss/tree/v1), the documentation is [here](https://purgecss.com)
0 commit comments