Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

refactored css: phase 1 #760

Merged
merged 2 commits into from
Feb 19, 2018
Merged

refactored css: phase 1 #760

merged 2 commits into from
Feb 19, 2018

Conversation

dannycoates
Copy link
Contributor

This mainly extracts the css into separate files and tries to make the naming scheme follow BEM.

There's still the opportunity to dedupe more (like a .page block) and extract colors for example. At least this passes stylelint again.

app/base.css Outdated
cursor: pointer;

/* Force flat button look */
appearance: none;
Copy link
Collaborator

Choose a reason for hiding this comment

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

FWIW, this is the warning output from Stylelint:

app/base.css
 106:3  ⚠  Unexpected browser feature    plugin/no-unsupported-browser-features
           "css-appearance" is only                                            
           partially supported by                                              
           Firefox 52,56,57, Chrome                                            
           61,62, Safari 10,11,9.1,10.1

@dannycoates dannycoates force-pushed the refactor-css branch 7 times, most recently from 5809355 to f4ca3ae Compare February 15, 2018 22:17
@@ -113,3 +113,4 @@ enableJavascript = Please enable JavaScript and try again.
expiresHoursMinutes = { $hours }h { $minutes }m
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
expiresMinutes = { $minutes }m
passwordIsSet = Password set
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add some context in a comment about where this string shows up?

@dannycoates dannycoates merged commit 677edff into master Feb 19, 2018
@dannycoates
Copy link
Contributor Author

@leroyjenkins r+

@dannycoates dannycoates mentioned this pull request Feb 20, 2018
@dannycoates dannycoates added this to the Recalcitrant Rattlesnake milestone Feb 21, 2018
@dannycoates dannycoates deleted the refactor-css branch February 25, 2018 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants