Skip to content

MSF-16-SASS#28

Open
ElisaNgLi wants to merge 1 commit into
developfrom
MSF-16-SASS
Open

MSF-16-SASS#28
ElisaNgLi wants to merge 1 commit into
developfrom
MSF-16-SASS

Conversation

@ElisaNgLi
Copy link
Copy Markdown

@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
Comment thread src/mixins.scss
@@ -0,0 +1,246 @@
@mixin box($width, $height) {
width: $width;
height: $height;
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants