resource / Front-End-Standards

Front-end development standards for Resource.
MIT License
23 stars 1 forks source link

Update url(path-to-image) #67

Closed nicetransition closed 11 years ago

nicetransition commented 11 years ago

Update all url("path to image")s to url(../images/image-name.png) (based of the setup from the HTML Starter Kit ~/assets/* directory path)

LukeAskew commented 11 years ago

Is this in both CSS and SASS?

nicetransition commented 11 years ago

We should just do a full project sweep of it.

Also update any images names to have a dash delimter: my-image-name.extension

apartyka commented 11 years ago

Sass docs have a reference to this in #each https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/Sass.md#each. Didn't notice any others that needed updated elsewhere.

On Thu, Aug 1, 2013 at 2:18 PM, Kevin Mack notifications@github.com wrote:

We should just do a full project sweep of it.

Also update any images names to have a dash delimter: my-image-name.extension

— Reply to this email directly or view it on GitHubhttps://github.com/LukeAskew/Front-End-Standards/issues/67#issuecomment-21958198 .

Adam Partyka

nicetransition commented 11 years ago

And in CSS: https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/CSS.md#value-formatting

LukeAskew commented 11 years ago

Fixed.