-
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
Board base #14
Board base #14
Conversation
gmq
commented
Jul 14, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buena memo, bakan tener una base inicial. Muy rapido te pasate.
Oye? No te gustaria usar typescript? Just asking. :)
</script> | ||
|
||
<style lang="scss"> | ||
@import '~normalize.css/normalize'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ese ~
es para ser mas declarativo en que se busque en node_modules
??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si, es para evitar que webpack lo tome como path relativa.
https://github.com/webpack-contrib/sass-loader#imports
<html> | ||
<head> | ||
<title>Trellaw</title> | ||
<%= stylesheet_pack_tag 'trellaw' %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cual fue la logica para separa estos dos archivos? el "pack" y el "script"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿Cómo? El stylesheet_pack_tag extrae el css de los componentes
} | ||
</script> | ||
|
||
<style lang="scss" scoped> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
que lindo scoped
$color: #7000ff; | ||
$list-bg: #e2e4e6; | ||
$list-content-bg: #ecedee; | ||
$card-bg: #f6f6f6; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
me encandaria esto odernado alphabeticamente y hacer grupos si hay alguna logina extra.