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

Refactor: STEP 6 Clean up un-used styles, remove SASS and move styles to component #2520

Closed
willmcvay opened this issue Aug 27, 2020 · 1 comment · Fixed by #2539, #2554, #2571, #2577 or #2715
Closed
Labels
developer-portal feature New feature or request front-end Relates to front end issues

Comments

@willmcvay
Copy link
Contributor

Background context or User story:

  • We're using CSS module for styles of the marketplace and placed the file in this folder as below
    image

Specification or Acceptance Criteria:

  • We'll move SCSS file to the place where it is used, for example, the file as the image below should move to /src/pages/admin-app/__styles__/admin-app.scss and remove un-use styles
    And apply https://linaria.now.sh/ for styles, remove CSS modules
    image

Suggested solution:

  • Move SCSS file to correct place where it is used and apply https://linaria.now.sh/
  • Apply linaria cx case if else in styles
@willmcvay willmcvay added feature New feature or request front-end Relates to front end issues developer-portal labels Aug 27, 2020
@willmcvay willmcvay changed the title Refactor: STEP 6 Clean up un-use styles and move styles to it's component Refactor: STEP 6 Clean up un-used styles, remove SASS and move styles to component Aug 27, 2020
@nphivu414 nphivu414 self-assigned this Aug 31, 2020
nphivu414 pushed a commit that referenced this issue Sep 3, 2020
@AshDeeming
Copy link

AshDeeming commented Sep 11, 2020

@nphivu414 - The category section text appears to have the wrong background colour showing.

Currently visable:
image

Should be as per below & original design:
image

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