enure

Results 6 issues of enure

https://github.com/KevinPy/Flexo/blob/master/flexo.css#L240 https://github.com/KevinPy/Flexo/blob/master/flexo.css#L289 https://github.com/KevinPy/Flexo/blob/master/flexo.css#L338 These three rules can cause style pollution because they can target non flexo elements. I think an improvement would be to adjust the attribute selector to use...

See the following: https://github.com/jquery/jquery/blob/2d4f53416e5f74fa98e0c1d66b6f3c285a12f0ce/src/exports/amd.js#L20 https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js#L6

### Description I'm implementing an application that has a view `/cities` which allows you to view all cities on a google map. You can then navigate to view a specific...

bug

**Describe the bug** Form which includes a `` is using the incorrect bootstrap class name which causes the ▼ to not appear at the right side of the ``. **To...