|
1 |
| -Example project demonstrating the use of [React Flag Icon Css](https://github.com/matteocng/react-flag-icon-css) with [React Css Modules](//github.com/gajus/react-css-modules) or standard Css, and custom flags. |
| 1 | +Example project demonstrating the use of [React Flag Icon Css](https://github.com/matteocng/react-flag-icon-css-example-multi) with [React Css Modules](//github.com/gajus/react-css-modules) or standard Css, and custom flags. |
| 2 | + |
| 3 | +[]() |
| 4 | +[](https://travis-ci.org/matteocng/react-flag-icon-css-example-multi) |
| 5 | +[](https://greenkeeper.io/) |
| 6 | +[](https://david-dm.org/matteocng/react-flag-icon-css-example-multi) |
| 7 | +[](https://david-dm.org/matteocng/react-flag-icon-css-example-multi?type=dev) |
| 8 | +[](https://david-dm.org/matteocng/react-flag-icon-css-example-multi?type=peer) |
2 | 9 |
|
3 | 10 | Powered by [webpack 3](https://github.com/webpack/webpack).
|
4 | 11 |
|
5 | 12 | Previous versions:
|
6 | 13 |
|
7 |
| -- [webpack 2](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-2) |
8 |
| -- [webpack 1](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-1) |
| 14 | +- [webpack 2](https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi/tree/webpack-2) |
| 15 | +- [webpack 1](https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi/tree/webpack-1) |
9 | 16 |
|
10 | 17 | ## Installation
|
11 | 18 |
|
12 | 19 | Clone the repository:
|
13 | 20 |
|
14 | 21 | ```bash
|
15 |
| -$ git clone https://github.com/matteocng/react-flag-icon-css-example-multi.git |
16 |
| -$ cd react-flag-icon-css-example-multi |
| 22 | +$ git clone https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi.git |
| 23 | +$ cd react-flag-icon-css-example-multi-example-multi |
17 | 24 | ```
|
18 | 25 |
|
19 | 26 | Install the required modules with [Yarn](https://yarnpkg.com/):
|
@@ -82,7 +89,7 @@ In a real project you would probably choose to either go with [React Css Modules
|
82 | 89 |
|
83 | 90 | ## Styles
|
84 | 91 |
|
85 |
| -This example app uses `sass` (`.scss`) styles, but `sass` is not required to use `react-flag-icon-css`. Your app can use any CSS preprocessor (such as [`postcss`](https://github.com/postcss/postcss)) or no CSS preprocessor at all. For instance, to use [`postcss`](https://github.com/postcss/postcss) in your stylesheets: |
| 92 | +This example app uses `sass` (`.scss`) styles, but `sass` is not required to use `react-flag-icon-css-example-multi`. Your app can use any CSS preprocessor (such as [`postcss`](https://github.com/postcss/postcss)) or no CSS preprocessor at all. For instance, to use [`postcss`](https://github.com/postcss/postcss) in your stylesheets: |
86 | 93 |
|
87 | 94 | - rename `.scss` files to `.css`.
|
88 | 95 | - remove _`sass-loader`_ from [webpack.config.js](webpack/webpack.config.js).
|
|
0 commit comments