Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Board base #14

wants to merge 3 commits into from

Conversation

gmq
Copy link

@gmq gmq commented Jul 14, 2017

localhost-3000-app

@gmq gmq self-assigned this Jul 14, 2017
@gmq gmq requested review from blackjid and antidiestro July 14, 2017 22:18
Copy link
Member

@blackjid blackjid left a 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';
Copy link
Member

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??

Copy link
Author

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' %>
Copy link
Member

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"?

Copy link
Author

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>
Copy link
Member

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;
Copy link
Member

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.

@gmq gmq mentioned this pull request Jul 21, 2017
@blackjid blackjid closed this Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants