CHANGELOG and BUG FIXES π π πͺ²
- Edit some tokens bd68ac1
- Update new id elements 4daf425
- Edit components 497202a
- Create footer mounted component d2a6af3
- Update files for footer es-MX bbad97e
- Fix footer margins and width c541958
BREAKCHANGES
-
Load fonts from project instead of google fonts e6c9e24
-
Now we're able to load the fonts from gaiden into our projects. But you'll need to add some webpack loaders like
url-loader
into your project:
{
test: /\.(woff|woff2)$/,
loader: 'url-loader',
options: {
limit: false,
path: 'fonts/',
name: 'static/[name].[ext]',
},
}