-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Come Javascript ha cambiato il CSS - Speed run edition #2
Comments
MakhBeth
changed the title
Come Javascript ha cambiato il CSS
Come Javascript ha cambiato il CSS - Speed run edition
Apr 23, 2018
e i gattini? |
verranno distribuiti durante l'evento |
"nessun gattino è stato maltrattato per la preparazione di questo talk" |
Per farvi capire la follia che pervade questo talk: functions: {
'get($keys)': function (props) {
const keys = props.getValue().split('.')
let result = keys.reduce((res, key) => {
return res[key]
}, {...design})
return sassUtils.castToSass(result)
}
} |
Secondo me se non porti i gattini, ti linciano. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Le nostre applicazioni diventano sempre più Javascript centriche. Dai build tool ai template engine, dai server agli static site generator. Anche il CSS non è stato risparmiato da questa rivoluzione di paradigmi. Vedremo insieme come tool come i CSS modules, gli styled-components e node possono rendere il nostro CSS migliore
NOTA: Non parleremo (solo) di CSS in JS ma un discorso più generico, con molti hint e soprattutto: tanti esempi e qualche bias 🤤
The text was updated successfully, but these errors were encountered: