Osmar Petry

Results 7 comments of Osmar Petry

@dongsik-yoo you have this same answer today?

@SBoudrias could I add the following line of code, in `./generator-bootstrap/app/index.js` to check if bower is installed? ```Generator.prototype.bootstrapFiles = function bootstrapFiles() { try { require.resolve('bower'); } catch (e) { console.error('Bower...

@SBoudrias thank you

@emilianos If you're using Mac or Linux type on terminal "sudo npm install -g bower" If you're on Windows start de CMD as **administrator** and type "npm install -g bower"

Anyone already is on this task? If yes, let talk about @testing-library? If not, I will try something with it

Teria algo em mente para a tela? Eu conseguiria desenvolver o componente e o filtro Também vi que não existe favicon, poderia ter uma PR para isso Caso tenha nada...

I found a alternative, where all the tokens still on css file. I just need to import then to my styled-components to call the tokens variables as the native css.