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

Modules to build for this library #1

Open
21 of 28 tasks
BrianSipple opened this issue Dec 13, 2016 · 6 comments
Open
21 of 28 tasks

Modules to build for this library #1

BrianSipple opened this issue Dec 13, 2016 · 6 comments

Comments

@BrianSipple
Copy link
Member

BrianSipple commented Dec 13, 2016

See: https://github.com/Ticketfly-UI/ticketfly-css/tree/master/modules

Current Published Modules on NPM

*Note: This is still an ongoing list that I'll also try to make a bit more descriptive.

  • base-settings
    • core-variables
    • spacing-variables
    • color-variables
    • animation-variables
    • box-shadow-variables
    • breakpoint-variables
    • typography-settings
    • typography-variables
  • utilities
    • spacing
    • overflow
    • sizing
    • z-index
    • text
    • display
    • flex
    • positioning
    • common
      • Miscellaneous, one-off concerns. For example, something that defines cursor: pointer.
    • v-align
  • object-patterns
    • grid
      • Flexbox for version 1, but I definitely want to begin exploring implementations based on the CSS Grid Module as it becomes standardized and more supported.
    • responsive grid
      • Same as grid, but with more helpers that correspond to breakpoints
    • tap-targets
    • boxes
      • standard blocks with uniform inset padding
      • "squished" blocks with reduced vertical padding
      • "stretched" blocks with extra vertical padding
  • normalize
  • garnishes
    • borders
    • color
    • typography
    • border-radius
    • box-shadow
@BrianSipple BrianSipple changed the title Modules to include in this library Modules to build for this library Jan 11, 2017
@ksin
Copy link
Contributor

ksin commented Jan 25, 2017

Some missing pieces surfaced while using the addon:

  • garnishes
  • cursor style
  • font-weight (part of typography)
  • utilities
  • vertical-align
  • base-settings
  • font-family (Gibson and Akkurat-Pro for Ticketfly UI. part of typography)
  • font-size (14px, 16px, etc. part of typography)

Specifically, CSS that needed filling in / overrides in this project https://github.com/Ticketfly/email-service-client/pull/6

@BrianSipple
Copy link
Member Author

BrianSipple commented Jan 26, 2017

@ksin

  • Font-weight should be supported as part of ticketfly-css-typography-garnishes.

  • Font sizing and specific font families is definitely something that I'm looking in to for ticketfly-css-typography-settings.

  • See the note about cursor as a potential "common" utility. It could be a garnish, though 🤔.

  • vertical-align could definitely be a utility module. How does v-align-utilities sound?

    • Just out of curiosity, where are you currently using vertical-align? Often, that's something that flexbox can be a handy solution for, as well (see: ticketfly-css-flex-utilities).

@ksin
Copy link
Contributor

ksin commented Jan 26, 2017

@ksin
Copy link
Contributor

ksin commented Jan 26, 2017

Anyway I can help push forward typography-settings? Do you have some specs in mind?

@ksin
Copy link
Contributor

ksin commented Jan 27, 2017

  • utility to set position: relative / absolute / fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants