Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.93k stars 3.12k forks source link

Re-organize SASS structure #1425

Closed Ismail-elkorchi closed 4 years ago

Ismail-elkorchi commented 4 years ago

Changes proposed in this Pull Request:

This pull request builds on top of the amazing work done by @samikeijonen in https://github.com/Automattic/_s/pull/1232 and https://github.com/Automattic/_s/pull/1234.

Adding to this the great feedback gotten on https://github.com/Automattic/_s/issues/1215 resulted in this new structure:

# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

This PR share with https://github.com/Automattic/_s/pull/1232 and https://github.com/Automattic/_s/pull/1234 the same goals :

Related issue(s):

Fixes : https://github.com/Automattic/_s/issues/1215 Closes : https://github.com/Automattic/_s/pull/1232 Closes : https://github.com/Automattic/_s/pull/1234