[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

ripple-framework / .postcssrc.json
199 B 12 lines
1{ 2 "plugins": { 3 "postcss-normalize": {}, 4 "postcss-nested": {}, 5 "postcss-preset-env": { 6 "features": { 7 "custom-properties": false 8 } 9 }, 10 "postcss-each": {} 11 } 12}