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

Refactor Styling #140

Merged
merged 23 commits into from
Oct 26, 2019
Merged

Refactor Styling #140

merged 23 commits into from
Oct 26, 2019

Commits on Sep 25, 2019

  1. Start refactoring styling (parsing).

    - Allow selectors in selectors and media queries
    - Don't require ampersend for sub selectors
    gdotdesign committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f8fb50f View commit details
    Browse the repository at this point in the history
  2. Started style builder.

    gdotdesign committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    512554c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d7a2cc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Implement proper style builder.

    - Allow infinite nesting of CSS blocks (media queries, selectors)
    - Implement algorithm for processing CSS blocks
    - Implement compiler for processed CSS blocks
    gdotdesign committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7605cec View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    ea0bf8a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    f8ced07 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    93de982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ad488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b031a64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30f9b93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2942d82 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    5e521f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a53b55 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Implemented case for css.

    gdotdesign committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dc49c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380275a View commit details
    Browse the repository at this point in the history
  3. Allow arguments on styles.

    gdotdesign committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    cfbd87d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605e3d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    962d7c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0770911 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ca79e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a53f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    1c0d00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227a209 View commit details
    Browse the repository at this point in the history