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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@ Particle is an opinionated set of tools and examples to:
17
17
* Bootstrap 4 integration, used for all starting example components
18
18
* Auto-linting against the [AirBnB JavaScript Style Guide](https://github.com/airbnb/javascript) and sane Sass standards
19
19
* All Webpack and Gulp files are fully configurable
20
+
*[PostCSS](https://github.com/postcss/postcss/blob/master/README.md) automation and expansion, with [Autoprefixer](https://github.com/postcss/autoprefixer/blob/master/README.md).
20
21
21
22
## Documentation To-Do List
22
23
23
24
* Folder & config structure need updated to current Webpack structure
24
25
* Explain Particle.js and how the `Particle()` function smashes various Webpack configs together
25
26
* Explain Webpack structure \(CSS modes, etc.\)
27
+
* Expand on technologies Particle automatically includes to make Sass/JS faster.
26
28
* Troubleshooting cleanup \("nothing to see here", datetime error?, etc.\)
0 commit comments