Remove style for form

old
Javi Velasco 2016-05-22 13:45:01 +02:00
parent f6d2d3f95d
commit fee4a1931c
2 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ import RadioGroup from '../radio/RadioGroup';
import Slider from '../slider';
import Switch from '../switch';
import TimePicker from '../time_picker';
import style from './style';
const Component = {
'autocomplete': Autocomplete,

View File

@ -1,3 +0,0 @@
.root > :last-child {
margin-bottom: 0;
}