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

Remove unneeded prefixed CSS #989

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Remove unneeded prefixed CSS #989

merged 1 commit into from
Jul 19, 2016

Conversation

valtlai
Copy link
Contributor

@valtlai valtlai commented Jun 30, 2016

This PR removes
– prefixed linear-gradient
– prefixed box-shadow
– prefixed border-radius
– prefixed opacity + legacy IE alternatives
-moz-transition (browser support)
from CSS files.

This PR removes
– prefixed `linear-gradient`
– prefixed `box-shadow`
– prefixed `border-radius`
– prefixed `opacity` + legacy IE alternatives
– `-moz-transition` (http://caniuse.com/css-transitions)
@LeaVerou LeaVerou merged commit 5e56833 into PrismJS:gh-pages Jul 19, 2016
@LeaVerou
Copy link
Member

Good call and on par with Prism's design principles. Merged, thanks!

@LeaVerou
Copy link
Member

Btw I noticed you only removed these from 2 themes. Have you looked at the rest and there aren't any?

@valtlai
Copy link
Contributor Author

valtlai commented Jul 19, 2016

@LeaVerou Yes, I searched in the whole project and there was no more to remove.

@LeaVerou
Copy link
Member

Awesome, thanks!

@valtlai valtlai deleted the css-prefixes branch August 4, 2016 23:59
mAAdhaTTah added a commit to mAAdhaTTah/prism that referenced this pull request Oct 8, 2016
* gh-pages: (107 commits)
  Reverse prism markup min
  JSON: Fixed issues with properties and strings + added tests. Fix PrismJS#1025
  Fix grammar in Readme
  Update CHANGELOG
  Update APL minified file + update test for iota underbar function
  Add iota underbar (PrismJS#1024)
  Fix typo `Fload` to `Float` in prism-ruby.js (PrismJS#1023)
  Autoloader plugin: don't try to load "none" component. Fix PrismJS#1000
  Optimized block regexps to prevent struggling on large files. Fixes PrismJS#1001
  Revert PrismJS#998 + run normalize-whitespace and remove-initial-line-feed plugins in the before-sanity-check hook. Fix PrismJS#1018 (see issue for discussion)
  Run gulp
  Makes CSS strings greedy. Fix PrismJS#1013
  update min file and reverse core
  add prefix feature for custom class plugin
  Make doctype case insensetive (PrismJS#1009)
  Optimize images (PrismJS#1007)
  Restore `viewBox` to Prism logo (PrismJS#1002)
  Remove unneeded prefixed CSS (PrismJS#989)
  Fix WPD plugin's page
  Fix WPD at-rule detection + don't process if language is not handled + fix plugin's page
  ...

# Conflicts:
#	plugins/show-language/prism-show-language.css
#	plugins/show-language/prism-show-language.js
#	plugins/show-language/prism-show-language.min.js
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

2 participants