Skip to content

Conversation

@ElisaNgLi
Copy link

@ElisaNgLi ElisaNgLi commented Jun 1, 2019

Created mixins.scss. Added a bunch of stuff that might be helpful.

Fix #28

@ElisaNgLi ElisaNgLi requested review from kc-leung and tangoslee June 1, 2019 00:03
@@ -0,0 +1,246 @@
@mixin box($width, $height) {
width: $width;
height: $height;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if I just wanna set width? can I still use this mixin?

Copy link
Contributor

@kc-leung kc-leung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of these mixins are just for cross-browser compatibility. That's not the reason I asked you to create the mixins. The point is to see which style are the same from every components and create a mixin for them so we can re-use them in different components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants