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

Add new component: show/hide truncated text #66

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from

Commits on Oct 28, 2016

  1. Add new component: show/hide truncated text

    A pure css component with :target, row truncation via line-clamp and flex
    in order to create together a fully functional show/hide toggle for
    truncated text(in specific rows that we assign with the help of a mixin)
    Vagelis Tzortzis committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    d91eb83 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Add needed prefixes

    * Add prefixes for flex properties
    * Update truncate mixin to provide fallback for firefox with
    a usage of a gradient instead of line-clamp
    Vagelis Tzortzis committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    19cd86e View commit details
    Browse the repository at this point in the history