-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Handoff #51
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…settings are called at runtime)
… from NPM (We don’t need docs, examples, utilities in the node_modules folder if we’re not developing. It’s just cruft) • Include bourbon, bourbon-neat, neat-omega, font-awesome, and normalize as part of the bundled dependencies (so that downstream implementations don’t have to specifically import them in their package.json, and to better manage potential semver conflicts if a dependency is updated)
…tions are being linked and referenced
* homesite17: Add flex overrides !fixup base/heading 3 !fixup neat (duh) move bourbon, neat, neat omega from variables to utilities (now that settings are called at runtime) # Conflicts: # core/utilities/_decanter-utilities.scss # core/utilities/mixins/layout/_flex-items-per-row.scss # core/utilities/variables/_decanter-variables.scss
flesh out documentation structure
sherakama
approved these changes
Dec 18, 2017
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.
GTG
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ready for review
Unreleased ( target: master 1.0.0-alpha3 )
Added
package.json
only includes the/core
folder when the projectis installed via
npm install
bourbon
,bourbon-neat
,neat-omega
,font-awesome
andnormalize.css
are included viabundledDependencies
inpackage.json
.sass-lint.yaml
now tracks recommended settings from sass guidelinesDOCUMENTATION.md
todocs
folder to track current state of scss documentationdependencies.md
todocs
folder with links to their project or NPM sitesFixed
h3
inbase/_typography.scss
now correctly picks uph3
heading styles from the map instead of
h2
Changed
material-shadow
mixin passes through to thematerial-shadow
function instead of duplicating the code
card
mixin now uses thematerial-shadow
function instead ofthe mixin
$hocus
and$pocus
variables invariables/_typography.scss
tobetter conform to their expected semantics.
$hocus
is now hover + focus, and$pocus
is a little more (hover + focus + active).$decanter-default-settings
renamed to
$decanter-settings--default
to conform to the rest of ourvariables
$variable
,$variable--default
conventionbourbon
,neat
,neat-omega
fromdecanter-variables.scss
to
decanter-utilities.scss
flex-items-per-row.scss
when$center-grid
istrue
sassdoc
documentationcore/decanter.scss
tocore/_decanter.scss
bourbon
andbourbon-neat
andnormalize