-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
border: 1px solid #ddd; | ||
-webkit-border-radius: 0; | ||
-moz-border-radius: 0; | ||
border-radius: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnregan3 Some indention is done with tabs and some with spaces. I think everything should be tabbed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fjarrett My bad. That was the output from my compliler.
@johnregan3 Awesome. So now I think it would make sense to use variables somehow n the LESS/Sass files for the different color types (e.g. See https://github.com/WordPress/WordPress/blob/master/wp-admin/css/colors/blue/colors.scss /cc @mikexhtml for your expertise here if you have some spare time |
@fjarrett Oh Snap! That's pretty sweet. I didn't know you could use SASS like that, as far as using variables in imported stylesheets. I'll look into this. |
The LESS file structure had to be modified because the variables behave like constants and are overwritten by the last declaration of them, regardless if they appear in the imported file or not. See less/less.js#297 |
@fjarrett Ready for review. |
Initial commit of stylesheets
LESS/SCSS/CSS files and icon sprites.
cc/ @fjarrett