Problem/Motivation

#1921610: [Meta] Architect our CSS
The BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868

It works really well, but its names conflict with the SMACSS categorization we're using in Drupal 8. "base" and "theme" means something else in SMACSS. So we just need to rename them.

The field module does not yet follow these guidelines.

Proposed resolution

field.css becomes field.module.css
field-rtl.css becomes field.module-rtl.css

In addition, since our template files are now in a templates sub-directory of a module, we should do the same for the CSS. Note that the toolbar, tour and views modules already do that.

This is part of the CSS standard described at http://drupal.org/node/1887922

Remaining tasks

Test if with this patch the CSS is being added to Drupal from its new location with its new name

User interface changes

none

API changes

The system.module's CSS files will have new names.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

criticny’s picture

Status: Active » Needs review
FileSize
3.37 KB

Moved field.css and field-rtl.css per suggested new css naming convention.

criticny’s picture

Project: Drupal core » Drupal 8 Mobile Initiative
Issue summary: View changes

updated the exact names of the files changed

Shyamala’s picture

Project: Drupal 8 Mobile Initiative » Drupal core
Issue tags: +Novice, +mobile, +d8mux, +d8mux-css-cleanup

Tagging

dcam’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
2.94 KB

#1 is RTBC. I didn't find any additional uses of the old stylesheet file names. The moved stylesheet in the /css directory is being applied to all pages.

after.png

tim.plunkett’s picture

Status: Reviewed & tested by the community » Needs work

This needs to be rerolled with proper git configuration: http://drupal.org/documentation/git/configure

Kevin Morse’s picture

I think the rename instead of delete and add are what you mean?

This should do it.

Kevin Morse’s picture

Status: Needs work » Needs review

Blah forgot to change status.

Kevin Morse’s picture

Sorry. This should really do it.

Shyamala’s picture

Status: Needs review » Closed (duplicate)

Created a single issue to rename all css files at: #1987066: Rename files to match CSS file naming convention based on request by webchick to make review easier. Thanks everyone on this issue, looking to your continued participation in the new issue.

Refer: http://drupal.org/node/1921610#comment-7375894

JohnAlbin’s picture

Project: Drupal core » Drupal 8 Mobile Initiative
Version: 8.x-dev »
Component: CSS » CSS architecture
Status: Closed (duplicate) » Needs review

Sorry for the delay in reviewing these patches. My bronchitis flared up and I've been too sick until this week to get back into the issue queue.

Lots of discussions have happened in the interim. We just held a D8 Mobile Initiative meeting on Google+: https://plus.google.com/u/1/events/c0knva4lgh4vot0nun5lbfel9fc where we decided that we could make the CSS re-archicture work move faster by moving the work into a sandbox git repository. Then we could commit lots of little issues to the sandbox and roll larger, more-complete patches into Drupal 8’s issue queue. (per webchick's request)

So you're work is not lost! I'm moving this issue to the Mobile Initiative sandbox. :-)

mtift’s picture

Status: Needs review » Reviewed & tested by the community

This one looks good to me.

JohnAlbin’s picture

Status: Reviewed & tested by the community » Fixed

Committed to the sandbox! thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added steps for testing