Antonio Ruberto
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...
How do you reset the max-width for .row class without editing the node_module foundation-sites/scss?
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...