Title: Background-gradient has outdated direction syntax
Last modified: February 23, 2018

---

# Background-gradient has outdated direction syntax

 *  Resolved [mclaurent](https://wordpress.org/support/users/mclaurent/)
 * (@mclaurent)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/background-gradient-has-outdated-direction-syntax/)
 * Hey
 * I noticed that the tiny-framework theme is using an out-of-date syntax for the
   background gradient. In the theme’s main /tiny-framework/style.css:1139 you can
   see the following rule:
    {code}background-image: linear-gradient(top, #F4F4F4,#
   E6E6E6);{code} I think this needs to change to become
 * {code}background-image: linear-gradient(to bottom, #F4F4F4, #E6E6E6);{code}
 * See the Mozilla guidelines [https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient)
   
   and the Autoprefixer discussion thread [https://github.com/postcss/autoprefixer/issues/530](https://github.com/postcss/autoprefixer/issues/530)
 * Thanks for keeping this theme alive and rocking

Viewing 1 replies (of 1 total)

 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/background-gradient-has-outdated-direction-syntax/#post-10133193)
 * Thank you!
 * Will take a look at this!

Viewing 1 replies (of 1 total)

The topic ‘Background-gradient has outdated direction syntax’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/background-gradient-has-outdated-direction-syntax/#post-10133193)
 * Status: resolved