designing an enterprise css framework is hard, stephanie rewis

Post on 13-Apr-2017

1.561 Views

Category:

Design

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Designing an Enterprise CSS Framework is hard

Stephanie RewisSalesforce UX

Stephanie Rewis@stefsullLead Developer, Design Systems, Salesforce UX

Safe HarborSafe harbor statement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Salesforce1

We'd like our prototypers to iterate more rapidly.

We learned our style guide was too static.

Lightning Experience

Objects/Components

Lightweight

Modular

Reusable

Utilities

Non-semantic

Single Purpose

Dependencies

Tokens

Objects/Components

Lightweight

Modular

ReusableDependencies

Tokens

Mixins

Functions

clarity

Eliminate ambiguity. Enable people to see, understand, and act with confidence.

Clarity and understandability in class names

BEM Naming

BlockElementModifier

Let's build a house!.house { block or component name }.house__door { element or component part }.house--red { modifier or component variation }.house__door--white { variation of a component part }

We love documentation!

efficiency

Streamline and optimize workflows. Intelligently anticipate needs to help people work better, smarter, and faster.

Design audit and inventory of all components in designer's comps

We broke the components down to their smallest patterns and objects.

Enterprise applicationshave some unique traits.

Enterprise applications demand content and data-rich interfaces.They lack vertical rhythm.

Heading levels may vary and our components should be agnostic.

Lists are used for their semantics.

Accessibility for all people and devices is very important.

We baked accessibility in:

Semantics matter ARIA roles REM unit sizing We’ve documented what needs to happen when JS is added

consistency

Create familiarity and strengthen intuition by applying the same solution to the same problem.

Types of Design Tokens

• Fonts• Font Sizes• Font Weights• Line Heights• Background Colors• Text Colors

• Border Colors

• Shadows

• Spacing

• Sizing

• Animation Durations

• Media Queries

• Z-indexes

We play well with others.

.button

.slds-button

What is scoping anyway?

<div class="slds"><!-- Your components here -->

</div>

How does scoping help?

<div class="slds"><!-- Your components here -->

</div>

ul li { margin-left: 20px; }.slds li { margin-left: 0; }

beauty

Demonstrate respect for people’s time and attention through thoughtful and elegant craftsmanship.

SVG icons for beauty at every size

Components should render beautifully at any width.

"I’ve been working on a mobile app that has a Salesforce1 look and feel for the past several weeks. I've been struggling to get the styling just right so I decided to scratch it and try out the framework.

I started this at 11am this morning and by the end of the day, I almost have a complete application that took me previously over 2 weeks to complete."

- Matt M. Sr. Software Engineer

Resources

Flexbox ResourcesA Complete Guide to Flexbox — CSS Trickshttps://css-tricks.com/snippets/css/a-guide-to-flexbox

Known Bugs and Workarounds for Flexbox — Phil Waltonhttps://github.com/philipwalton/flexbugs

Thank you

top related