Skip to content

Commit 89a469c

Browse files
authored
Add notes and links to PostCSS.
1 parent 5b3a2bf commit 89a469c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ Particle is an opinionated set of tools and examples to:
1717
* Bootstrap 4 integration, used for all starting example components
1818
* Auto-linting against the [AirBnB JavaScript Style Guide](https://github.com/airbnb/javascript) and sane Sass standards
1919
* 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).
2021

2122
## Documentation To-Do List
2223

2324
* Folder & config structure need updated to current Webpack structure
2425
* Explain Particle.js and how the `Particle()` function smashes various Webpack configs together
2526
* Explain Webpack structure \(CSS modes, etc.\)
27+
* Expand on technologies Particle automatically includes to make Sass/JS faster.
2628
* Troubleshooting cleanup \("nothing to see here", datetime error?, etc.\)
2729
* Testing notes \(Jest, Pa11y, Cypress?\)
2830
* Vue-related notes

0 commit comments

Comments
 (0)