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

Added Bootstrap Alpha.2 #5046

Merged
merged 2 commits into from
Feb 22, 2016
Merged

Conversation

scott1702
Copy link
Contributor

  • Managed by npm
  • Created an npm run css task to compile
  • Updated shrinkwrap
  • Updated changelog
  • autoprefix css in framework

The other half of #5034 which was split from #5027

Based on which gets merged first (#5034 or this), the unmerged PR will need some changing. ie both of those PRs have their own npm run css task which compiles different things

@dhensby @jonom @ianherbert

@scott1702
Copy link
Contributor Author

This has been updated now that #5034 has been merged.

@@ -277,7 +277,6 @@
@extend .icon-sprites-64x64;
@include sprite($sprites-64x64-preview);

display: block;
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The second param of the sprite mixin is the display value, if one is not given then it defaults to display: block making that line redundant (see https://github.com/silverstripe/silverstripe-framework/blob/master/admin/scss/_spritey.scss#L184).

davidmorrisonnz and others added 2 commits February 23, 2016 11:11
- Managed by npm
- Created an `npm run css` task to compile
- Updated shrinkwrap
- Updated changelog
We've had some issues with different dependencies causing different results based on the environment,
which in turn causes unnecessary diffs - making our work harder to review.

Comments can be read through the ES6 source files, and through source maps when
generated through `npm run build --development`
chillu added a commit that referenced this pull request Feb 22, 2016
@chillu chillu merged commit 275f726 into silverstripe:master Feb 22, 2016
@chillu chillu deleted the integrate-bootstrap branch February 22, 2016 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants