Antonio Ruberto

Results 3 comments of Antonio Ruberto

Did you want to use library in CSS Modules mode and if so is sass-loader setup in your webpack config? If you don't want to use CSS Modules and have...

Are you using CSS modules to import the components? If so couple of options: 1) I believe the max-width is controlled by the $grid-row-width variable. Following [this example webpack loader...

In docs, I'm using plain HTML input: ``` Search ``` But to get the Foundation input styling I needed to be using this library's FormField component: ``` Search ``` I...