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

Split and tidy up stylesheets #3165

Merged
merged 1 commit into from
Apr 22, 2016
Merged

Split and tidy up stylesheets #3165

merged 1 commit into from
Apr 22, 2016

Conversation

bricesanchez
Copy link
Member

@bricesanchez bricesanchez commented Apr 19, 2016

  • create components folder
  • create global folder
  • create mixins folder
  • create plugins folder
  • create sections folder
  • Split and tidy up stylesheets

This PR is the first of a PR series in order to improve the modularity of the backend stylesheets.

This PR made no UI changes.

The goals are :

  • to give a cleaner way to manage stylesheets.
  • to be able to improve current backend style.
  • to give the ability to load few stylesheets in a new UI in order to be backward compatible.

Mergers, please test this PR before merging it.


// $icon_preview_colour: #7f00ff; // violet
// $icon_edit_colour: #007fff; // azure
// $icon_add_colour: #7fff00; // chartreuse
Copy link
Member

Choose a reason for hiding this comment

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

did you mean to leave in the commented out rules?

Copy link
Member Author

Choose a reason for hiding this comment

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

I could do a complete refactor of the current CSS for this PR but i think it's better to do this in an second PR in order to keep easy the review.

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I see, these were already there.

* create components folder
* create global folder
* create mixins folder
* create plugins folder
* create sections folder
* Split and tidy up stylesheets
@parndt
Copy link
Member

parndt commented Apr 22, 2016

Looks good to me

@parndt parndt merged commit 1c36922 into master Apr 22, 2016
@parndt parndt deleted the feature/tidy-up-stylesheets branch April 22, 2016 02:35
@anitagraham
Copy link
Contributor

++

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

Successfully merging this pull request may close these issues.

3 participants